Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(745, "IndexSwitchItem", 4)]
|
||||
public struct IndexSwitchItem {
|
||||
[DNAFieldAttribute(0, "int", "identifier", "int", 4, false)]
|
||||
[DNAFieldAttribute(0, "int", "identifier", "int", 4, false, 0)]
|
||||
public int identifier;
|
||||
public IndexSwitchItem() {
|
||||
this.identifier = default;
|
||||
|
||||
Reference in New Issue
Block a user