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(335, "IpoDriver", 144)]
public class IpoDriver {
[DNAFieldAttribute(0, "Object", "*ob", "Object", 8, true, 0)]
public Object ptr_ob;
[DNAFieldAttribute(1, "short", "blocktype", "short", 2, false, 8)]
[DNAFieldAttribute(8, "Object", 0, "*ob", "Object", true, 0)]
public Object ob;
[DNAFieldAttribute(2, "short", 1, "blocktype", "short", false, 8)]
public short blocktype;
[DNAFieldAttribute(2, "short", "adrcode", "short", 2, false, 10)]
[DNAFieldAttribute(2, "short", 2, "adrcode", "short", false, 10)]
public short adrcode;
[DNAFieldAttribute(3, "short", "type", "short", 2, false, 12)]
[DNAFieldAttribute(2, "short", 3, "type", "short", false, 12)]
public short type;
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 14)]
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 14)]
public short flag;
[DNAFieldAttribute(5, "char", "name[128]", "System.Char[]", 128, false, 16)]
[DNAFieldAttribute(128, "char", 5, "name[128]", "System.Char[]", false, 16)]
public char[] name = new System.Char[128];
public IpoDriver() {
this.ptr_ob = default;
this.ob = default;
this.blocktype = default;
this.adrcode = default;
this.type = default;
this.flag = default;
this.name = default;
}
public IpoDriver(Object ptr_ob, short blocktype, short adrcode, short type, short flag, char[] name) {
this.ptr_ob = ptr_ob;
public IpoDriver(Object ob, short blocktype, short adrcode, short type, short flag, char[] name) {
this.ob = ob;
this.blocktype = blocktype;
this.adrcode = adrcode;
this.type = type;