Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "flag2", 2)]
|
||||
public short flag2;
|
||||
public bSizeLimitConstraint() {
|
||||
this.xmin = default;
|
||||
this.xmax = default;
|
||||
this.ymin = default;
|
||||
this.ymax = default;
|
||||
this.zmin = default;
|
||||
this.zmax = default;
|
||||
this.flag = default;
|
||||
this.flag2 = default;
|
||||
}
|
||||
public bSizeLimitConstraint(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax, short flag, short flag2) {
|
||||
this.xmin = xmin;
|
||||
this.xmax = xmax;
|
||||
|
||||
Reference in New Issue
Block a user