Added memoryOffset value to DNAFieldAttribute, regenerated files.
This commit is contained in:
@@ -15,43 +15,43 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(441, "MetaElem", 104)]
|
||||
public class MetaElem {
|
||||
[DNAFieldAttribute(0, "MetaElem", "*next", "MetaElem", 8, true)]
|
||||
[DNAFieldAttribute(0, "MetaElem", "*next", "MetaElem", 8, true, 0)]
|
||||
public MetaElem ptr_next;
|
||||
[DNAFieldAttribute(1, "MetaElem", "*prev", "MetaElem", 8, true)]
|
||||
[DNAFieldAttribute(1, "MetaElem", "*prev", "MetaElem", 8, true, 8)]
|
||||
public MetaElem ptr_prev;
|
||||
[DNAFieldAttribute(2, "BoundBox", "*bb", "BoundBox", 8, true)]
|
||||
[DNAFieldAttribute(2, "BoundBox", "*bb", "BoundBox", 8, true, 16)]
|
||||
public BoundBox ptr_bb;
|
||||
[DNAFieldAttribute(3, "short", "type", "short", 2, false)]
|
||||
[DNAFieldAttribute(3, "short", "type", "short", 2, false, 24)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false)]
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 26)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false)]
|
||||
[DNAFieldAttribute(5, "char", "_pad[4]", "System.Char[]", 4, false, 28)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(6, "float", "x", "float", 4, false)]
|
||||
[DNAFieldAttribute(6, "float", "x", "float", 4, false, 32)]
|
||||
public float x;
|
||||
[DNAFieldAttribute(7, "float", "y", "float", 4, false)]
|
||||
[DNAFieldAttribute(7, "float", "y", "float", 4, false, 36)]
|
||||
public float y;
|
||||
[DNAFieldAttribute(8, "float", "z", "float", 4, false)]
|
||||
[DNAFieldAttribute(8, "float", "z", "float", 4, false, 40)]
|
||||
public float z;
|
||||
[DNAFieldAttribute(9, "float", "quat[4]", "System.Single[]", 16, false)]
|
||||
[DNAFieldAttribute(9, "float", "quat[4]", "System.Single[]", 16, false, 44)]
|
||||
public float[] quat = new System.Single[4];
|
||||
[DNAFieldAttribute(10, "float", "expx", "float", 4, false)]
|
||||
[DNAFieldAttribute(10, "float", "expx", "float", 4, false, 60)]
|
||||
public float expx;
|
||||
[DNAFieldAttribute(11, "float", "expy", "float", 4, false)]
|
||||
[DNAFieldAttribute(11, "float", "expy", "float", 4, false, 64)]
|
||||
public float expy;
|
||||
[DNAFieldAttribute(12, "float", "expz", "float", 4, false)]
|
||||
[DNAFieldAttribute(12, "float", "expz", "float", 4, false, 68)]
|
||||
public float expz;
|
||||
[DNAFieldAttribute(13, "float", "rad", "float", 4, false)]
|
||||
[DNAFieldAttribute(13, "float", "rad", "float", 4, false, 72)]
|
||||
public float rad;
|
||||
[DNAFieldAttribute(14, "float", "rad2", "float", 4, false)]
|
||||
[DNAFieldAttribute(14, "float", "rad2", "float", 4, false, 76)]
|
||||
public float rad2;
|
||||
[DNAFieldAttribute(15, "float", "s", "float", 4, false)]
|
||||
[DNAFieldAttribute(15, "float", "s", "float", 4, false, 80)]
|
||||
public float s;
|
||||
[DNAFieldAttribute(16, "float", "len", "float", 4, false)]
|
||||
[DNAFieldAttribute(16, "float", "len", "float", 4, false, 84)]
|
||||
public float len;
|
||||
[DNAFieldAttribute(17, "float", "*mat", "float", 8, true)]
|
||||
[DNAFieldAttribute(17, "float", "*mat", "float", 8, true, 88)]
|
||||
public float ptr_mat;
|
||||
[DNAFieldAttribute(18, "float", "*imat", "float", 8, true)]
|
||||
[DNAFieldAttribute(18, "float", "*imat", "float", 8, true, 96)]
|
||||
public float ptr_imat;
|
||||
public MetaElem() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user