Regenerated codefiles
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(1050, "wmKeyConfig", 168)]
|
||||
public class wmKeyConfig {
|
||||
[DNAFieldAttribute(0, "wmKeyConfig", "*next", "wmKeyConfig", 8, true, 0)]
|
||||
public wmKeyConfig ptr_next;
|
||||
[DNAFieldAttribute(1, "wmKeyConfig", "*prev", "wmKeyConfig", 8, true, 8)]
|
||||
public wmKeyConfig ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "idname[64]", "System.Char[]", 64, false, 16)]
|
||||
[DNAFieldAttribute(8, "wmKeyConfig", 0, "*next", "wmKeyConfig", true, 0)]
|
||||
public wmKeyConfig next;
|
||||
[DNAFieldAttribute(8, "wmKeyConfig", 1, "*prev", "wmKeyConfig", true, 8)]
|
||||
public wmKeyConfig prev;
|
||||
[DNAFieldAttribute(64, "char", 2, "idname[64]", "System.Char[]", false, 16)]
|
||||
public char[] idname = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "char", "basename[64]", "System.Char[]", 64, false, 80)]
|
||||
[DNAFieldAttribute(64, "char", 3, "basename[64]", "System.Char[]", false, 80)]
|
||||
public char[] basename = new System.Char[64];
|
||||
[DNAFieldAttribute(4, "ListBase", "keymaps", "ListBase", 16, false, 144)]
|
||||
[DNAFieldAttribute(16, "ListBase", 4, "keymaps", "ListBase", false, 144)]
|
||||
public ListBase keymaps;
|
||||
[DNAFieldAttribute(5, "int", "actkeymap", "int", 4, false, 160)]
|
||||
[DNAFieldAttribute(4, "int", 5, "actkeymap", "int", false, 160)]
|
||||
public int actkeymap;
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 164)]
|
||||
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 164)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "char", "_pad0[2]", "System.Char[]", 2, false, 166)]
|
||||
[DNAFieldAttribute(2, "char", 7, "_pad0[2]", "System.Char[]", false, 166)]
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
public wmKeyConfig() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.next = default;
|
||||
this.prev = default;
|
||||
this.idname = default;
|
||||
this.basename = default;
|
||||
this.keymaps = default;
|
||||
@@ -41,9 +41,9 @@ namespace BlendFile.DNA {
|
||||
this.flag = default;
|
||||
this._pad0 = default;
|
||||
}
|
||||
public wmKeyConfig(wmKeyConfig ptr_next, wmKeyConfig ptr_prev, char[] idname, char[] basename, ListBase keymaps, int actkeymap, short flag, char[] _pad0) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
public wmKeyConfig(wmKeyConfig next, wmKeyConfig prev, char[] idname, char[] basename, ListBase keymaps, int actkeymap, short flag, char[] _pad0) {
|
||||
this.next = next;
|
||||
this.prev = prev;
|
||||
this.idname = idname;
|
||||
this.basename = basename;
|
||||
this.keymaps = keymaps;
|
||||
|
||||
Reference in New Issue
Block a user