Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "char", "_pad[2]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public EffectorWeights() {
|
||||
this.ptr_group = default;
|
||||
this.weight = default;
|
||||
this.global_gravity = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public EffectorWeights(Collection ptr_group, float[] weight, float global_gravity, short flag, char[] _pad) {
|
||||
this.ptr_group = ptr_group;
|
||||
this.weight = weight;
|
||||
|
||||
Reference in New Issue
Block a user