Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -15,22 +15,22 @@ namespace BlendFile.DNA {
[DNAClassAttribute(181, "bLocateLikeConstraint", 80)]
public class bLocateLikeConstraint {
[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", "reserved1", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 2, "reserved1", "int", false, 12)]
public int reserved1;
[DNAFieldAttribute(3, "char", "subtarget[64]", "System.Char[]", 64, false, 16)]
[DNAFieldAttribute(64, "char", 3, "subtarget[64]", "System.Char[]", false, 16)]
public char[] subtarget = new System.Char[64];
public bLocateLikeConstraint() {
this.ptr_tar = default;
this.tar = default;
this.flag = default;
this.reserved1 = default;
this.subtarget = default;
}
public bLocateLikeConstraint(Object ptr_tar, int flag, int reserved1, char[] subtarget) {
this.ptr_tar = ptr_tar;
public bLocateLikeConstraint(Object tar, int flag, int reserved1, char[] subtarget) {
this.tar = tar;
this.flag = flag;
this.reserved1 = reserved1;
this.subtarget = subtarget;