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