regenerated files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user