Regenerated codefiles
This commit is contained in:
@@ -15,19 +15,19 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(192, "bClampToConstraint", 16)]
|
||||
public class bClampToConstraint {
|
||||
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
|
||||
public Object ptr_tar;
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false, 8)]
|
||||
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
|
||||
public Object tar;
|
||||
[DNAFieldAttribute(4, "int", 1, "flag", "int", false, 8)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(2, "int", "flag2", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 2, "flag2", "int", false, 12)]
|
||||
public int flag2;
|
||||
public bClampToConstraint() {
|
||||
this.ptr_tar = default;
|
||||
this.tar = default;
|
||||
this.flag = default;
|
||||
this.flag2 = default;
|
||||
}
|
||||
public bClampToConstraint(Object ptr_tar, int flag, int flag2) {
|
||||
this.ptr_tar = ptr_tar;
|
||||
public bClampToConstraint(Object tar, int flag, int flag2) {
|
||||
this.tar = tar;
|
||||
this.flag = flag;
|
||||
this.flag2 = flag2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user