Generated new code and added initial data handling
This commit is contained in:
@@ -47,6 +47,24 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(15, "char", "subtarget[64]", 1)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
public bActionConstraint() {
|
||||
this.ptr_tar = default;
|
||||
this.type = default;
|
||||
this.local = default;
|
||||
this.start = default;
|
||||
this.end = default;
|
||||
this.min = default;
|
||||
this.max = default;
|
||||
this.flag = default;
|
||||
this.mix_mode = default;
|
||||
this._pad = default;
|
||||
this.eval_time = default;
|
||||
this.ptr_act = default;
|
||||
this.action_slot_handle = default;
|
||||
this.action_slot_name = default;
|
||||
this._pad1 = default;
|
||||
this.subtarget = default;
|
||||
}
|
||||
public bActionConstraint(
|
||||
Object ptr_tar,
|
||||
short type,
|
||||
|
||||
Reference in New Issue
Block a user