Generated new code and added initial data handling
This commit is contained in:
@@ -43,6 +43,22 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(13, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public bRigidBodyJointConstraint() {
|
||||
this.ptr_tar = default;
|
||||
this.ptr_child = default;
|
||||
this.type = default;
|
||||
this.pivX = default;
|
||||
this.pivY = default;
|
||||
this.pivZ = default;
|
||||
this.axX = default;
|
||||
this.axY = default;
|
||||
this.axZ = default;
|
||||
this.minLimit = default;
|
||||
this.maxLimit = default;
|
||||
this.extraFz = default;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user