regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(195, "bPivotConstraint")]
|
||||
public class bPivotConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", 1160)]
|
||||
[DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "char", "subtarget[64]", 1)]
|
||||
[DNAFieldAttribute(1, "char", "subtarget[64]", "System.Char[]", 1)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
[DNAFieldAttribute(2, "float", "offset[3]", 4)]
|
||||
[DNAFieldAttribute(2, "float", "offset[3]", "System.Single[]", 4)]
|
||||
public float[] offset = new System.Single[3];
|
||||
[DNAFieldAttribute(3, "short", "rotAxis", 2)]
|
||||
[DNAFieldAttribute(3, "short", "rotAxis", "short", 2)]
|
||||
public short rotAxis;
|
||||
[DNAFieldAttribute(4, "short", "flag", 2)]
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2)]
|
||||
public short flag;
|
||||
public bPivotConstraint() {
|
||||
this.ptr_tar = default;
|
||||
|
||||
Reference in New Issue
Block a user