regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
[DNAClassAttribute(186, "bActionConstraint")]
public class bActionConstraint {
[DNAFieldAttribute(0, "Object", "*tar", "Object", 1160)]
[DNAFieldAttribute(0, "Object", "*tar", "Object", 4, true)]
public Object ptr_tar;
[DNAFieldAttribute(1, "short", "type", "short", 2)]
[DNAFieldAttribute(1, "short", "type", "short", 2, false)]
public short type;
[DNAFieldAttribute(2, "short", "local", "short", 2)]
[DNAFieldAttribute(2, "short", "local", "short", 2, false)]
public short local;
[DNAFieldAttribute(3, "int", "start", "int", 4)]
[DNAFieldAttribute(3, "int", "start", "int", 4, false)]
public int start;
[DNAFieldAttribute(4, "int", "end", "int", 4)]
[DNAFieldAttribute(4, "int", "end", "int", 4, false)]
public int end;
[DNAFieldAttribute(5, "float", "min", "float", 4)]
[DNAFieldAttribute(5, "float", "min", "float", 4, false)]
public float min;
[DNAFieldAttribute(6, "float", "max", "float", 4)]
[DNAFieldAttribute(6, "float", "max", "float", 4, false)]
public float max;
[DNAFieldAttribute(7, "int", "flag", "int", 4)]
[DNAFieldAttribute(7, "int", "flag", "int", 4, false)]
public int flag;
[DNAFieldAttribute(8, "char", "mix_mode", "char", 1)]
[DNAFieldAttribute(8, "char", "mix_mode", "char", 1, false)]
public char mix_mode;
[DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 1)]
[DNAFieldAttribute(9, "char", "_pad[3]", "System.Char[]", 3, false)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(10, "float", "eval_time", "float", 4)]
[DNAFieldAttribute(10, "float", "eval_time", "float", 4, false)]
public float eval_time;
[DNAFieldAttribute(11, "bAction", "*act", "bAction", 352)]
[DNAFieldAttribute(11, "bAction", "*act", "bAction", 4, true)]
public bAction ptr_act;
[DNAFieldAttribute(12, "int", "action_slot_handle", "int", 4)]
[DNAFieldAttribute(12, "int", "action_slot_handle", "int", 4, false)]
public int action_slot_handle;
[DNAFieldAttribute(13, "char", "action_slot_name[66]", "System.Char[]", 1)]
[DNAFieldAttribute(13, "char", "action_slot_name[66]", "System.Char[]", 66, false)]
public char[] action_slot_name = new System.Char[66];
[DNAFieldAttribute(14, "char", "_pad1[2]", "System.Char[]", 1)]
[DNAFieldAttribute(14, "char", "_pad1[2]", "System.Char[]", 2, false)]
public char[] _pad1 = new System.Char[2];
[DNAFieldAttribute(15, "char", "subtarget[64]", "System.Char[]", 1)]
[DNAFieldAttribute(15, "char", "subtarget[64]", "System.Char[]", 64, false)]
public char[] subtarget = new System.Char[64];
public bActionConstraint() {
this.ptr_tar = default;