updated generated files

This commit is contained in:
mm00
2025-03-12 19:02:40 +01:00
parent 226f001c78
commit ba61ea59f9
650 changed files with 1951 additions and 1941 deletions

View File

@@ -19,9 +19,9 @@ namespace BlendFile.DNA {
public XrActionMapBinding next;
[DNAFieldAttribute(8, "XrActionMapBinding", 1, "*prev", "XrActionMapBinding", true, 8)]
public XrActionMapBinding prev;
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, false, 16)]
public char[] name = new System.Char[64];
[DNAArrayAttribute(256, "char", 3, "profile[256]", "System.Char[]", 256, 80)]
[DNAArrayAttribute(256, "char", 3, "profile[256]", "System.Char[]", 256, false, 80)]
public char[] profile = new System.Char[256];
[DNAFieldAttribute(16, "ListBase", 4, "component_paths", "ListBase", false, 336)]
public ListBase component_paths;
@@ -29,11 +29,11 @@ namespace BlendFile.DNA {
public float float_threshold;
[DNAFieldAttribute(2, "short", 6, "axis_flag", "short", false, 356)]
public short axis_flag;
[DNAArrayAttribute(2, "char", 7, "_pad[2]", "System.Char[]", 2, 358)]
[DNAArrayAttribute(2, "char", 7, "_pad[2]", "System.Char[]", 2, false, 358)]
public char[] _pad = new System.Char[2];
[DNAArrayAttribute(12, "float", 8, "pose_location[3]", "System.Single[]", 3, 360)]
[DNAArrayAttribute(12, "float", 8, "pose_location[3]", "System.Single[]", 3, false, 360)]
public float[] pose_location = new System.Single[3];
[DNAArrayAttribute(12, "float", 9, "pose_rotation[3]", "System.Single[]", 3, 372)]
[DNAArrayAttribute(12, "float", 9, "pose_rotation[3]", "System.Single[]", 3, false, 372)]
public float[] pose_rotation = new System.Single[3];
public XrActionMapBinding() {
this.next = default;