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