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