Generated new code and added initial data handling
This commit is contained in:
@@ -35,6 +35,18 @@ namespace BlendFile.DNA {
|
||||
public char euler_order;
|
||||
[DNAFieldAttribute(9, "char", "_pad[3]", 1)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
public bRotLimitConstraint() {
|
||||
this.xmin = default;
|
||||
this.xmax = default;
|
||||
this.ymin = default;
|
||||
this.ymax = default;
|
||||
this.zmin = default;
|
||||
this.zmax = default;
|
||||
this.flag = default;
|
||||
this.flag2 = default;
|
||||
this.euler_order = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public bRotLimitConstraint(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax, short flag, short flag2, char euler_order, char[] _pad) {
|
||||
this.xmin = xmin;
|
||||
this.xmax = xmax;
|
||||
|
||||
Reference in New Issue
Block a user