Generated new code and added initial data handling
This commit is contained in:
@@ -53,6 +53,27 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad = new System.Char[2];
|
||||
[DNAFieldAttribute(18, "PointerRNA", "*ptr", 0)]
|
||||
public PointerRNA ptr_ptr;
|
||||
public wmKeyMapItem() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.idname = default;
|
||||
this.ptr_properties = default;
|
||||
this.propvalue_str = default;
|
||||
this.propvalue = default;
|
||||
this.type = default;
|
||||
this.val = default;
|
||||
this.direction = default;
|
||||
this.shift = default;
|
||||
this.ctrl = default;
|
||||
this.alt = default;
|
||||
this.oskey = default;
|
||||
this.keymodifier = default;
|
||||
this.flag = default;
|
||||
this.maptype = default;
|
||||
this.id = default;
|
||||
this._pad = default;
|
||||
this.ptr_ptr = default;
|
||||
}
|
||||
public wmKeyMapItem(
|
||||
wmKeyMapItem ptr_next,
|
||||
wmKeyMapItem ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user