Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -19,13 +19,13 @@ namespace BlendFile.DNA {
public XrActionMap next;
[DNAFieldAttribute(8, "XrActionMap", 1, "*prev", "XrActionMap", true, 8)]
public XrActionMap prev;
[DNAFieldAttribute(64, "char", 2, "name[64]", "System.Char[]", false, 16)]
[DNAArrayAttribute(64, "char", 2, "name[64]", "System.Char[]", 64, 16)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(16, "ListBase", 3, "items", "ListBase", false, 80)]
public ListBase items;
[DNAFieldAttribute(2, "short", 4, "selitem", "short", false, 96)]
public short selitem;
[DNAFieldAttribute(6, "char", 5, "_pad[6]", "System.Char[]", false, 98)]
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, 98)]
public char[] _pad = new System.Char[6];
public XrActionMap() {
this.next = default;