updated generated files
This commit is contained in:
@@ -19,13 +19,13 @@ namespace BlendFile.DNA {
|
||||
public XrActionMap next;
|
||||
[DNAFieldAttribute(8, "XrActionMap", 1, "*prev", "XrActionMap", true, 8)]
|
||||
public XrActionMap 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];
|
||||
[DNAFieldAttribute(16, "ListBase", 3, "items", "ListBase", false, 80)]
|
||||
public ListBase items;
|
||||
[DNAFieldAttribute(2, "short", 4, "selitem", "short", false, 96)]
|
||||
public short selitem;
|
||||
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, 98)]
|
||||
[DNAArrayAttribute(6, "char", 5, "_pad[6]", "System.Char[]", 6, false, 98)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public XrActionMap() {
|
||||
this.next = default;
|
||||
|
||||
Reference in New Issue
Block a user