Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(439, "MLoopUV", 12)]
|
||||
public struct MLoopUV {
|
||||
[DNAFieldAttribute(0, "float", "uv[2]", "System.Single[]", 8, false)]
|
||||
[DNAFieldAttribute(0, "float", "uv[2]", "System.Single[]", 8, false, 0)]
|
||||
public float[] uv = new System.Single[2];
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false)]
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false, 8)]
|
||||
public int flag;
|
||||
public MLoopUV() {
|
||||
this.uv = default;
|
||||
|
||||
Reference in New Issue
Block a user