Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -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,