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,25 +15,25 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1072, "XrActionMapBinding", 384)]
public class XrActionMapBinding {
[DNAFieldAttribute(0, "XrActionMapBinding", "*next", "XrActionMapBinding", 8, true)]
[DNAFieldAttribute(0, "XrActionMapBinding", "*next", "XrActionMapBinding", 8, true, 0)]
public XrActionMapBinding ptr_next;
[DNAFieldAttribute(1, "XrActionMapBinding", "*prev", "XrActionMapBinding", 8, true)]
[DNAFieldAttribute(1, "XrActionMapBinding", "*prev", "XrActionMapBinding", 8, true, 8)]
public XrActionMapBinding 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", "profile[256]", "System.Char[]", 256, false)]
[DNAFieldAttribute(3, "char", "profile[256]", "System.Char[]", 256, false, 80)]
public char[] profile = new System.Char[256];
[DNAFieldAttribute(4, "ListBase", "component_paths", "ListBase", 16, false)]
[DNAFieldAttribute(4, "ListBase", "component_paths", "ListBase", 16, false, 336)]
public ListBase component_paths;
[DNAFieldAttribute(5, "float", "float_threshold", "float", 4, false)]
[DNAFieldAttribute(5, "float", "float_threshold", "float", 4, false, 352)]
public float float_threshold;
[DNAFieldAttribute(6, "short", "axis_flag", "short", 2, false)]
[DNAFieldAttribute(6, "short", "axis_flag", "short", 2, false, 356)]
public short axis_flag;
[DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(7, "char", "_pad[2]", "System.Char[]", 2, false, 358)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(8, "float", "pose_location[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(8, "float", "pose_location[3]", "System.Single[]", 12, false, 360)]
public float[] pose_location = new System.Single[3];
[DNAFieldAttribute(9, "float", "pose_rotation[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(9, "float", "pose_rotation[3]", "System.Single[]", 12, false, 372)]
public float[] pose_rotation = new System.Single[3];
public XrActionMapBinding() {
this.ptr_next = default;