Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user