Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(839, "View3DCursor", 64)]
|
||||
public struct View3DCursor {
|
||||
[DNAFieldAttribute(0, "float", "location[3]", "System.Single[]", 12, false)]
|
||||
[DNAFieldAttribute(0, "float", "location[3]", "System.Single[]", 12, false, 0)]
|
||||
public float[] location = new System.Single[3];
|
||||
[DNAFieldAttribute(1, "float", "rotation_quaternion[4]", "System.Single[]", 16, false)]
|
||||
[DNAFieldAttribute(1, "float", "rotation_quaternion[4]", "System.Single[]", 16, false, 12)]
|
||||
public float[] rotation_quaternion = new System.Single[4];
|
||||
[DNAFieldAttribute(2, "float", "rotation_euler[3]", "System.Single[]", 12, false)]
|
||||
[DNAFieldAttribute(2, "float", "rotation_euler[3]", "System.Single[]", 12, false, 28)]
|
||||
public float[] rotation_euler = new System.Single[3];
|
||||
[DNAFieldAttribute(3, "float", "rotation_axis[3]", "System.Single[]", 12, false)]
|
||||
[DNAFieldAttribute(3, "float", "rotation_axis[3]", "System.Single[]", 12, false, 40)]
|
||||
public float[] rotation_axis = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", "rotation_angle", "float", 4, false)]
|
||||
[DNAFieldAttribute(4, "float", "rotation_angle", "float", 4, false, 52)]
|
||||
public float rotation_angle;
|
||||
[DNAFieldAttribute(5, "short", "rotation_mode", "short", 2, false)]
|
||||
[DNAFieldAttribute(5, "short", "rotation_mode", "short", 2, false, 56)]
|
||||
public short rotation_mode;
|
||||
[DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 6, false)]
|
||||
[DNAFieldAttribute(6, "char", "_pad[6]", "System.Char[]", 6, false, 58)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public View3DCursor() {
|
||||
this.location = default;
|
||||
|
||||
Reference in New Issue
Block a user