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,56 +15,56 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1074, "XrActionMapItem", 288)]
public class XrActionMapItem {
[DNAFieldAttribute(0, "XrActionMapItem", "*next", "XrActionMapItem", 8, true, 0)]
public XrActionMapItem ptr_next;
[DNAFieldAttribute(1, "XrActionMapItem", "*prev", "XrActionMapItem", 8, true, 8)]
public XrActionMapItem ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false, 16)]
[DNAFieldAttribute(8, "XrActionMapItem", 0, "*next", "XrActionMapItem", true, 0)]
public XrActionMapItem next;
[DNAFieldAttribute(8, "XrActionMapItem", 1, "*prev", "XrActionMapItem", true, 8)]
public XrActionMapItem prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "char", "type", "char", 1, false, 80)]
[DNAFieldAttribute(1, "char", 3, "type", "char", false, 80)]
public char type;
[DNAFieldAttribute(4, "char", "_pad[7]", "System.Char[]", 7, false, 81)]
[DNAFieldAttribute(7, "char", 4, "_pad[7]", "System.Char[]", false, 81)]
public char[] _pad = new System.Char[7];
[DNAFieldAttribute(5, "ListBase", "user_paths", "ListBase", 16, false, 88)]
[DNAFieldAttribute(16, "ListBase", 5, "user_paths", "ListBase", false, 88)]
public ListBase user_paths;
[DNAFieldAttribute(6, "char", "op[64]", "System.Char[]", 64, false, 104)]
[DNAFieldAttribute(64, "char", 6, "op[64]", "System.Char[]", false, 104)]
public char[] op = new System.Char[64];
[DNAFieldAttribute(7, "IDProperty", "*op_properties", "IDProperty", 8, true, 168)]
public IDProperty ptr_op_properties;
[DNAFieldAttribute(8, "PointerRNA", "*op_properties_ptr", "PointerRNA", 8, true, 176)]
public PointerRNA ptr_op_properties_ptr;
[DNAFieldAttribute(9, "short", "op_flag", "short", 2, false, 184)]
[DNAFieldAttribute(8, "IDProperty", 7, "*op_properties", "IDProperty", true, 168)]
public IDProperty op_properties;
[DNAFieldAttribute(8, "PointerRNA", 8, "*op_properties_ptr", "PointerRNA", true, 176)]
public PointerRNA op_properties_ptr;
[DNAFieldAttribute(2, "short", 9, "op_flag", "short", false, 184)]
public short op_flag;
[DNAFieldAttribute(10, "short", "action_flag", "short", 2, false, 186)]
[DNAFieldAttribute(2, "short", 10, "action_flag", "short", false, 186)]
public short action_flag;
[DNAFieldAttribute(11, "short", "haptic_flag", "short", 2, false, 188)]
[DNAFieldAttribute(2, "short", 11, "haptic_flag", "short", false, 188)]
public short haptic_flag;
[DNAFieldAttribute(12, "short", "pose_flag", "short", 2, false, 190)]
[DNAFieldAttribute(2, "short", 12, "pose_flag", "short", false, 190)]
public short pose_flag;
[DNAFieldAttribute(13, "char", "haptic_name[64]", "System.Char[]", 64, false, 192)]
[DNAFieldAttribute(64, "char", 13, "haptic_name[64]", "System.Char[]", false, 192)]
public char[] haptic_name = new System.Char[64];
[DNAFieldAttribute(14, "float", "haptic_duration", "float", 4, false, 256)]
[DNAFieldAttribute(4, "float", 14, "haptic_duration", "float", false, 256)]
public float haptic_duration;
[DNAFieldAttribute(15, "float", "haptic_frequency", "float", 4, false, 260)]
[DNAFieldAttribute(4, "float", 15, "haptic_frequency", "float", false, 260)]
public float haptic_frequency;
[DNAFieldAttribute(16, "float", "haptic_amplitude", "float", 4, false, 264)]
[DNAFieldAttribute(4, "float", 16, "haptic_amplitude", "float", false, 264)]
public float haptic_amplitude;
[DNAFieldAttribute(17, "short", "selbinding", "short", 2, false, 268)]
[DNAFieldAttribute(2, "short", 17, "selbinding", "short", false, 268)]
public short selbinding;
[DNAFieldAttribute(18, "char", "_pad3[2]", "System.Char[]", 2, false, 270)]
[DNAFieldAttribute(2, "char", 18, "_pad3[2]", "System.Char[]", false, 270)]
public char[] _pad3 = new System.Char[2];
[DNAFieldAttribute(19, "ListBase", "bindings", "ListBase", 16, false, 272)]
[DNAFieldAttribute(16, "ListBase", 19, "bindings", "ListBase", false, 272)]
public ListBase bindings;
public XrActionMapItem() {
this.ptr_next = default;
this.ptr_prev = default;
this.next = default;
this.prev = default;
this.name = default;
this.type = default;
this._pad = default;
this.user_paths = default;
this.op = default;
this.ptr_op_properties = default;
this.ptr_op_properties_ptr = default;
this.op_properties = default;
this.op_properties_ptr = default;
this.op_flag = default;
this.action_flag = default;
this.haptic_flag = default;
@@ -78,15 +78,15 @@ namespace BlendFile.DNA {
this.bindings = default;
}
public XrActionMapItem(
XrActionMapItem ptr_next,
XrActionMapItem ptr_prev,
XrActionMapItem next,
XrActionMapItem prev,
char[] name,
char type,
char[] _pad,
ListBase user_paths,
char[] op,
IDProperty ptr_op_properties,
PointerRNA ptr_op_properties_ptr,
IDProperty op_properties,
PointerRNA op_properties_ptr,
short op_flag,
short action_flag,
short haptic_flag,
@@ -98,15 +98,15 @@ namespace BlendFile.DNA {
short selbinding,
char[] _pad3,
ListBase bindings) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;
this.next = next;
this.prev = prev;
this.name = name;
this.type = type;
this._pad = _pad;
this.user_paths = user_paths;
this.op = op;
this.ptr_op_properties = ptr_op_properties;
this.ptr_op_properties_ptr = ptr_op_properties_ptr;
this.op_properties = op_properties;
this.op_properties_ptr = op_properties_ptr;
this.op_flag = op_flag;
this.action_flag = action_flag;
this.haptic_flag = haptic_flag;