Regenerated all the files
This commit is contained in:
@@ -11,18 +11,30 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bConstraintTarget {
|
||||
[DNAFieldAttribute(0, "bConstraintTarget", "*next", 168)]
|
||||
public bConstraintTarget ptr_next;
|
||||
[DNAFieldAttribute(1, "bConstraintTarget", "*prev", 168)]
|
||||
public bConstraintTarget ptr_prev;
|
||||
[DNAFieldAttribute(2, "Object", "*tar", 1160)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(3, "char", "subtarget[64]", 1)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "float", "matrix[4][4]", 4)]
|
||||
public float[,] matrix = new System.Single[4,4];
|
||||
[DNAFieldAttribute(5, "short", "space", 2)]
|
||||
public short space;
|
||||
[DNAFieldAttribute(6, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "type", 2)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(8, "short", "rotOrder", 2)]
|
||||
public short rotOrder;
|
||||
[DNAFieldAttribute(9, "float", "weight", 4)]
|
||||
public float weight;
|
||||
[DNAFieldAttribute(10, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public bConstraintTarget(bConstraintTarget ptr_next, bConstraintTarget ptr_prev, Object ptr_tar, char[] subtarget, float[,] matrix, short space, short flag, short type, short rotOrder, float weight, char[] _pad) {
|
||||
this.ptr_next = ptr_next;
|
||||
|
||||
Reference in New Issue
Block a user