regenerated files
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(343, "LayerCollection")]
|
||||
public class LayerCollection {
|
||||
[DNAFieldAttribute(0, "LayerCollection", "*next", 64)]
|
||||
[DNAFieldAttribute(0, "LayerCollection", "*next", "LayerCollection", 64)]
|
||||
public LayerCollection ptr_next;
|
||||
[DNAFieldAttribute(1, "LayerCollection", "*prev", 64)]
|
||||
[DNAFieldAttribute(1, "LayerCollection", "*prev", "LayerCollection", 64)]
|
||||
public LayerCollection ptr_prev;
|
||||
[DNAFieldAttribute(2, "Collection", "*collection", 376)]
|
||||
[DNAFieldAttribute(2, "Collection", "*collection", "Collection", 376)]
|
||||
public Collection ptr_collection;
|
||||
[DNAFieldAttribute(3, "void", "*_pad1", 0)]
|
||||
[DNAFieldAttribute(3, "void", "*_pad1", "void", 0)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(4, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "short", "runtime_flag", 2)]
|
||||
[DNAFieldAttribute(5, "short", "runtime_flag", "short", 2)]
|
||||
public short runtime_flag;
|
||||
[DNAFieldAttribute(6, "char", "_pad[4]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(7, "ListBase", "layer_collections", 16)]
|
||||
[DNAFieldAttribute(7, "ListBase", "layer_collections", "ListBase", 16)]
|
||||
public ListBase layer_collections;
|
||||
[DNAFieldAttribute(8, "short", "local_collections_bits", 2)]
|
||||
[DNAFieldAttribute(8, "short", "local_collections_bits", "short", 2)]
|
||||
public short local_collections_bits;
|
||||
[DNAFieldAttribute(9, "short", "_pad2[3]", 2)]
|
||||
[DNAFieldAttribute(9, "short", "_pad2[3]", "System.Int16[]", 2)]
|
||||
public short[] _pad2 = new System.Int16[3];
|
||||
public LayerCollection() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user