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