Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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;