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

@@ -35,6 +35,18 @@ namespace BlendFile.DNA {
public float[] pose_location = new System.Single[3];
[DNAFieldAttribute(9, "float", "pose_rotation[3]", 4)]
public float[] pose_rotation = new System.Single[3];
public XrActionMapBinding() {
this.ptr_next = default;
this.ptr_prev = default;
this.name = default;
this.profile = default;
this.component_paths = default;
this.float_threshold = default;
this.axis_flag = default;
this._pad = default;
this.pose_location = default;
this.pose_rotation = default;
}
public XrActionMapBinding(XrActionMapBinding ptr_next, XrActionMapBinding ptr_prev, char[] name, char[] profile, ListBase component_paths, float float_threshold, short axis_flag, char[] _pad, float[] pose_location, float[] pose_rotation) {
this.ptr_next = ptr_next;
this.ptr_prev = ptr_prev;