Generated new code and added initial data handling
This commit is contained in:
@@ -55,6 +55,28 @@ namespace BlendFile.DNA {
|
||||
public char[] _pad3 = new System.Char[2];
|
||||
[DNAFieldAttribute(19, "ListBase", "bindings", 16)]
|
||||
public ListBase bindings;
|
||||
public XrActionMapItem() {
|
||||
this.ptr_next = default;
|
||||
this.ptr_prev = default;
|
||||
this.name = default;
|
||||
this.type = default;
|
||||
this._pad = default;
|
||||
this.user_paths = default;
|
||||
this.op = default;
|
||||
this.ptr_op_properties = default;
|
||||
this.ptr_op_properties_ptr = default;
|
||||
this.op_flag = default;
|
||||
this.action_flag = default;
|
||||
this.haptic_flag = default;
|
||||
this.pose_flag = default;
|
||||
this.haptic_name = default;
|
||||
this.haptic_duration = default;
|
||||
this.haptic_frequency = default;
|
||||
this.haptic_amplitude = default;
|
||||
this.selbinding = default;
|
||||
this._pad3 = default;
|
||||
this.bindings = default;
|
||||
}
|
||||
public XrActionMapItem(
|
||||
XrActionMapItem ptr_next,
|
||||
XrActionMapItem ptr_prev,
|
||||
|
||||
Reference in New Issue
Block a user