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,28 +15,28 @@ namespace BlendFile.DNA {
[DNAClassAttribute(179, "bTrackToConstraint", 88)]
public class bTrackToConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 8, true, 0)]
public Object ptr_tar;
[DNAFieldAttribute(1, "int", "reserved1", "int", 4, false, 8)]
[DNAFieldAttribute(8, "Object", 0, "*tar", "Object", true, 0)]
public Object tar;
[DNAFieldAttribute(4, "int", 1, "reserved1", "int", false, 8)]
public int reserved1;
[DNAFieldAttribute(2, "int", "reserved2", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 2, "reserved2", "int", false, 12)]
public int reserved2;
[DNAFieldAttribute(3, "int", "flags", "int", 4, false, 16)]
[DNAFieldAttribute(4, "int", 3, "flags", "int", false, 16)]
public int flags;
[DNAFieldAttribute(4, "char", "_pad[4]", "System.Char[]", 4, false, 20)]
[DNAFieldAttribute(4, "char", 4, "_pad[4]", "System.Char[]", false, 20)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(5, "char", "subtarget[64]", "System.Char[]", 64, false, 24)]
[DNAFieldAttribute(64, "char", 5, "subtarget[64]", "System.Char[]", false, 24)]
public char[] subtarget = new System.Char[64];
public bTrackToConstraint() {
this.ptr_tar = default;
this.tar = default;
this.reserved1 = default;
this.reserved2 = default;
this.flags = default;
this._pad = default;
this.subtarget = default;
}
public bTrackToConstraint(Object ptr_tar, int reserved1, int reserved2, int flags, char[] _pad, char[] subtarget) {
this.ptr_tar = ptr_tar;
public bTrackToConstraint(Object tar, int reserved1, int reserved2, int flags, char[] _pad, char[] subtarget) {
this.tar = tar;
this.reserved1 = reserved1;
this.reserved2 = reserved2;
this.flags = flags;