Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,33 +15,33 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(773, "ObHook", 256)]
|
||||
public class ObHook {
|
||||
[DNAFieldAttribute(0, "ObHook", "*next", "ObHook", 8, true)]
|
||||
[DNAFieldAttribute(0, "ObHook", "*next", "ObHook", 8, true, 0)]
|
||||
public ObHook ptr_next;
|
||||
[DNAFieldAttribute(1, "ObHook", "*prev", "ObHook", 8, true)]
|
||||
[DNAFieldAttribute(1, "ObHook", "*prev", "ObHook", 8, true, 8)]
|
||||
public ObHook ptr_prev;
|
||||
[DNAFieldAttribute(2, "Object", "*parent", "Object", 8, true)]
|
||||
[DNAFieldAttribute(2, "Object", "*parent", "Object", 8, true, 16)]
|
||||
public Object ptr_parent;
|
||||
[DNAFieldAttribute(3, "float", "parentinv[4][4]", "System.Single[,]", 64, false)]
|
||||
[DNAFieldAttribute(3, "float", "parentinv[4][4]", "System.Single[,]", 64, false, 24)]
|
||||
public float[,] parentinv = new System.Single[4,4];
|
||||
[DNAFieldAttribute(4, "float", "mat[4][4]", "System.Single[,]", 64, false)]
|
||||
[DNAFieldAttribute(4, "float", "mat[4][4]", "System.Single[,]", 64, false, 88)]
|
||||
public float[,] mat = new System.Single[4,4];
|
||||
[DNAFieldAttribute(5, "float", "cent[3]", "System.Single[]", 12, false)]
|
||||
[DNAFieldAttribute(5, "float", "cent[3]", "System.Single[]", 12, false, 152)]
|
||||
public float[] cent = new System.Single[3];
|
||||
[DNAFieldAttribute(6, "float", "falloff", "float", 4, false)]
|
||||
[DNAFieldAttribute(6, "float", "falloff", "float", 4, false, 164)]
|
||||
public float falloff;
|
||||
[DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 64, false)]
|
||||
[DNAFieldAttribute(7, "char", "name[64]", "System.Char[]", 64, false, 168)]
|
||||
public char[] name = new System.Char[64];
|
||||
[DNAFieldAttribute(8, "int", "*indexar", "int", 8, true)]
|
||||
[DNAFieldAttribute(8, "int", "*indexar", "int", 8, true, 232)]
|
||||
public int ptr_indexar;
|
||||
[DNAFieldAttribute(9, "int", "totindex", "int", 4, false)]
|
||||
[DNAFieldAttribute(9, "int", "totindex", "int", 4, false, 240)]
|
||||
public int totindex;
|
||||
[DNAFieldAttribute(10, "int", "curindex", "int", 4, false)]
|
||||
[DNAFieldAttribute(10, "int", "curindex", "int", 4, false, 244)]
|
||||
public int curindex;
|
||||
[DNAFieldAttribute(11, "short", "type", "short", 2, false)]
|
||||
[DNAFieldAttribute(11, "short", "type", "short", 2, false, 248)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(12, "short", "active", "short", 2, false)]
|
||||
[DNAFieldAttribute(12, "short", "active", "short", 2, false, 250)]
|
||||
public short active;
|
||||
[DNAFieldAttribute(13, "float", "force", "float", 4, false)]
|
||||
[DNAFieldAttribute(13, "float", "force", "float", 4, false, 252)]
|
||||
public float force;
|
||||
public ObHook() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user