Generated new code and added initial data handling
This commit is contained in:
@@ -27,6 +27,14 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(5, "char", "subtarget[64]", 1)]
|
||||
public char[] subtarget = new System.Char[64];
|
||||
public bRotateLikeConstraint() {
|
||||
this.ptr_tar = default;
|
||||
this.flag = default;
|
||||
this.euler_order = default;
|
||||
this.mix_mode = default;
|
||||
this._pad = default;
|
||||
this.subtarget = default;
|
||||
}
|
||||
public bRotateLikeConstraint(Object ptr_tar, int flag, char euler_order, char mix_mode, char[] _pad, char[] subtarget) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
this.flag = flag;
|
||||
|
||||
Reference in New Issue
Block a user