regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1075, "XrActionMap")]
public class XrActionMap {
[DNAFieldAttribute(0, "XrActionMap", "*next", "XrActionMap", 104)]
[DNAFieldAttribute(0, "XrActionMap", "*next", "XrActionMap", 4, true)]
public XrActionMap ptr_next;
[DNAFieldAttribute(1, "XrActionMap", "*prev", "XrActionMap", 104)]
[DNAFieldAttribute(1, "XrActionMap", "*prev", "XrActionMap", 4, true)]
public XrActionMap ptr_prev;
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 64, false)]
public char[] name = new System.Char[64];
[DNAFieldAttribute(3, "ListBase", "items", "ListBase", 16)]
[DNAFieldAttribute(3, "ListBase", "items", "ListBase", 16, false)]
public ListBase items;
[DNAFieldAttribute(4, "short", "selitem", "short", 2)]
[DNAFieldAttribute(4, "short", "selitem", "short", 2, false)]
public short selitem;
[DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 1)]
[DNAFieldAttribute(5, "char", "_pad[6]", "System.Char[]", 6, false)]
public char[] _pad = new System.Char[6];
public XrActionMap() {
this.ptr_next = default;