Regenerated codefiles
This commit is contained in:
@@ -15,26 +15,26 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(999, "bPathCompare", 792)]
|
||||
public class bPathCompare {
|
||||
[DNAFieldAttribute(0, "bPathCompare", "*next", "bPathCompare", 8, true, 0)]
|
||||
public bPathCompare ptr_next;
|
||||
[DNAFieldAttribute(1, "bPathCompare", "*prev", "bPathCompare", 8, true, 8)]
|
||||
public bPathCompare ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "path[768]", "System.Char[]", 768, false, 16)]
|
||||
[DNAFieldAttribute(8, "bPathCompare", 0, "*next", "bPathCompare", true, 0)]
|
||||
public bPathCompare next;
|
||||
[DNAFieldAttribute(8, "bPathCompare", 1, "*prev", "bPathCompare", true, 8)]
|
||||
public bPathCompare prev;
|
||||
[DNAFieldAttribute(768, "char", 2, "path[768]", "System.Char[]", false, 16)]
|
||||
public char[] path = new System.Char[768];
|
||||
[DNAFieldAttribute(3, "char", "flag", "char", 1, false, 784)]
|
||||
[DNAFieldAttribute(1, "char", 3, "flag", "char", false, 784)]
|
||||
public char flag;
|
||||
[DNAFieldAttribute(4, "char", "_pad0[7]", "System.Char[]", 7, false, 785)]
|
||||
[DNAFieldAttribute(7, "char", 4, "_pad0[7]", "System.Char[]", false, 785)]
|
||||
public char[] _pad0 = new System.Char[7];
|
||||
public bPathCompare() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.path = default;
|
||||
this.flag = default;
|
||||
this._pad0 = default;
|
||||
}
|
||||
public bPathCompare(bPathCompare ptr_next, bPathCompare ptr_prev, char[] path, char flag, char[] _pad0) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
public bPathCompare(bPathCompare next, bPathCompare prev, char[] path, char flag, char[] _pad0) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.path = path;
|
||||
this.flag = flag;
|
||||
this._pad0 = _pad0;
|
||||
|
||||
Reference in New Issue
Block a user