regenerated files
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(29, "IDOverrideLibrary")]
|
||||
public class IDOverrideLibrary {
|
||||
[DNAFieldAttribute(0, "ID", "*reference", "ID", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "*reference", "ID", 4, true)]
|
||||
public ID ptr_reference;
|
||||
[DNAFieldAttribute(1, "ListBase", "properties", "ListBase", 16)]
|
||||
[DNAFieldAttribute(1, "ListBase", "properties", "ListBase", 16, false)]
|
||||
public ListBase properties;
|
||||
[DNAFieldAttribute(2, "ID", "*hierarchy_root", "ID", 208)]
|
||||
[DNAFieldAttribute(2, "ID", "*hierarchy_root", "ID", 4, true)]
|
||||
public ID ptr_hierarchy_root;
|
||||
[DNAFieldAttribute(3, "ID", "*storage", "ID", 208)]
|
||||
[DNAFieldAttribute(3, "ID", "*storage", "ID", 4, true)]
|
||||
public ID ptr_storage;
|
||||
[DNAFieldAttribute(4, "IDOverrideLibraryRuntime", "*runtime", "IDOverrideLibraryRuntime", 0)]
|
||||
[DNAFieldAttribute(4, "IDOverrideLibraryRuntime", "*runtime", "IDOverrideLibraryRuntime", 4, true)]
|
||||
public IDOverrideLibraryRuntime ptr_runtime;
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(6, "char", "_pad_1[4]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "_pad_1[4]", "System.Char[]", 4, false)]
|
||||
public char[] _pad_1 = new System.Char[4];
|
||||
public IDOverrideLibrary() {
|
||||
this.ptr_reference = default;
|
||||
|
||||
Reference in New Issue
Block a user