Regenerated codefiles
This commit is contained in:
@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(191, "bRigidBodyJointConstraint", 104)]
|
||||
public class bRigidBodyJointConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "Object", "*child", "Object", 8, true, 8)]
|
||||
public Object ptr_child;
|
||||
[DNAFieldAttribute(2, "int", "type", "int", 4, false, 16)]
|
||||
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
|
||||
public Object tar;
|
||||
[DNAFieldAttribute(8, "Object", 1, "*child", "Object", true, 8)]
|
||||
public Object child;
|
||||
[DNAFieldAttribute(4, "int", 2, "type", "int", false, 16)]
|
||||
public int type;
|
||||
[DNAFieldAttribute(3, "float", "pivX", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 3, "pivX", "float", false, 20)]
|
||||
public float pivX;
|
||||
[DNAFieldAttribute(4, "float", "pivY", "float", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "float", 4, "pivY", "float", false, 24)]
|
||||
public float pivY;
|
||||
[DNAFieldAttribute(5, "float", "pivZ", "float", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "float", 5, "pivZ", "float", false, 28)]
|
||||
public float pivZ;
|
||||
[DNAFieldAttribute(6, "float", "axX", "float", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "float", 6, "axX", "float", false, 32)]
|
||||
public float axX;
|
||||
[DNAFieldAttribute(7, "float", "axY", "float", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "float", 7, "axY", "float", false, 36)]
|
||||
public float axY;
|
||||
[DNAFieldAttribute(8, "float", "axZ", "float", 4, false, 40)]
|
||||
[DNAFieldAttribute(4, "float", 8, "axZ", "float", false, 40)]
|
||||
public float axZ;
|
||||
[DNAFieldAttribute(9, "float", "minLimit[6]", "System.Single[]", 24, false, 44)]
|
||||
[DNAFieldAttribute(24, "float", 9, "minLimit[6]", "System.Single[]", false, 44)]
|
||||
public float[] minLimit = new System.Single[6];
|
||||
[DNAFieldAttribute(10, "float", "maxLimit[6]", "System.Single[]", 24, false, 68)]
|
||||
[DNAFieldAttribute(24, "float", 10, "maxLimit[6]", "System.Single[]", false, 68)]
|
||||
public float[] maxLimit = new System.Single[6];
|
||||
[DNAFieldAttribute(11, "float", "extraFz", "float", 4, false, 92)]
|
||||
[DNAFieldAttribute(4, "float", 11, "extraFz", "float", false, 92)]
|
||||
public float extraFz;
|
||||
[DNAFieldAttribute(12, "short", "flag", "short", 2, false, 96)]
|
||||
[DNAFieldAttribute(2, "short", 12, "flag", "short", false, 96)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(13, "char", "_pad[6]", "System.Char[]", 6, false, 98)]
|
||||
[DNAFieldAttribute(6, "char", 13, "_pad[6]", "System.Char[]", false, 98)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public bRigidBodyJointConstraint() {
|
||||
this.ptr_tar = default;
|
||||
this.ptr_child = default;
|
||||
this.tar = default;
|
||||
this.child = default;
|
||||
this.type = default;
|
||||
this.pivX = default;
|
||||
this.pivY = default;
|
||||
@@ -59,9 +59,9 @@ namespace BlendFile.DNA {
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public bRigidBodyJointConstraint(Object ptr_tar, Object ptr_child, int type, float pivX, float pivY, float pivZ, float axX, float axY, float axZ, float[] minLimit, float[] maxLimit, float extraFz, short flag, char[] _pad) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
this.ptr_child = ptr_child;
|
||||
public bRigidBodyJointConstraint(Object tar, Object child, int type, float pivX, float pivY, float pivZ, float axX, float axY, float axZ, float[] minLimit, float[] maxLimit, float extraFz, short flag, char[] _pad) {
|
||||
this.tar = tar;
|
||||
this.child = child;
|
||||
this.type = type;
|
||||
this.pivX = pivX;
|
||||
this.pivY = pivY;
|
||||
|
||||
Reference in New Issue
Block a user