Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(17, "IDPropertyUIDataEnumItem", 32)]
|
||||
public class IDPropertyUIDataEnumItem {
|
||||
[DNAFieldAttribute(0, "char", "*identifier", "char", 8, true)]
|
||||
[DNAFieldAttribute(0, "char", "*identifier", "char", 8, true, 0)]
|
||||
public char ptr_identifier;
|
||||
[DNAFieldAttribute(1, "char", "*name", "char", 8, true)]
|
||||
[DNAFieldAttribute(1, "char", "*name", "char", 8, true, 8)]
|
||||
public char ptr_name;
|
||||
[DNAFieldAttribute(2, "char", "*description", "char", 8, true)]
|
||||
[DNAFieldAttribute(2, "char", "*description", "char", 8, true, 16)]
|
||||
public char ptr_description;
|
||||
[DNAFieldAttribute(3, "int", "value", "int", 4, false)]
|
||||
[DNAFieldAttribute(3, "int", "value", "int", 4, false, 24)]
|
||||
public int value;
|
||||
[DNAFieldAttribute(4, "int", "icon", "int", 4, false)]
|
||||
[DNAFieldAttribute(4, "int", "icon", "int", 4, false, 28)]
|
||||
public int icon;
|
||||
public IDPropertyUIDataEnumItem() {
|
||||
this.ptr_identifier = default;
|
||||
|
||||
Reference in New Issue
Block a user