regenerated files
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(871, "AssetShelf")]
|
||||
public class AssetShelf {
|
||||
[DNAFieldAttribute(0, "AssetShelf", "*next", "AssetShelf", 216)]
|
||||
[DNAFieldAttribute(0, "AssetShelf", "*next", "AssetShelf", 4, true)]
|
||||
public AssetShelf ptr_next;
|
||||
[DNAFieldAttribute(1, "AssetShelf", "*prev", "AssetShelf", 216)]
|
||||
[DNAFieldAttribute(1, "AssetShelf", "*prev", "AssetShelf", 4, true)]
|
||||
public AssetShelf ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "AssetShelfType", "*type", "AssetShelfType", 0)]
|
||||
[DNAFieldAttribute(3, "AssetShelfType", "*type", "AssetShelfType", 4, true)]
|
||||
public AssetShelfType ptr_type;
|
||||
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", "AssetShelfSettings", 120)]
|
||||
[DNAFieldAttribute(4, "AssetShelfSettings", "settings", "AssetShelfSettings", 120, false)]
|
||||
public AssetShelfSettings settings;
|
||||
[DNAFieldAttribute(5, "short", "preferred_row_count", "short", 2)]
|
||||
[DNAFieldAttribute(5, "short", "preferred_row_count", "short", 2, false)]
|
||||
public short preferred_row_count;
|
||||
[DNAFieldAttribute(6, "short", "instance_flag", "short", 2)]
|
||||
[DNAFieldAttribute(6, "short", "instance_flag", "short", 2, false)]
|
||||
public short instance_flag;
|
||||
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(7, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public AssetShelf() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user