Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

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