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

@@ -45,6 +45,23 @@ namespace BlendFile.DNA {
public int object_type_exclude_viewport;
[DNAFieldAttribute(14, "int", "object_type_exclude_select", 4)]
public int object_type_exclude_select;
public XrSessionSettings() {
this.shading = default;
this.base_scale = default;
this._pad = default;
this.base_pose_type = default;
this.ptr_base_pose_object = default;
this.base_pose_location = default;
this.base_pose_angle = default;
this.draw_flags = default;
this.controller_draw_style = default;
this._pad2 = default;
this.clip_start = default;
this.clip_end = default;
this.flag = default;
this.object_type_exclude_viewport = default;
this.object_type_exclude_select = default;
}
public XrSessionSettings(View3DShading shading, float base_scale, char[] _pad, char base_pose_type, Object ptr_base_pose_object, float[] base_pose_location, float base_pose_angle, char draw_flags, char controller_draw_style, char[] _pad2, float clip_start, float clip_end, int flag, int object_type_exclude_viewport, int object_type_exclude_select) {
this.shading = shading;
this.base_scale = base_scale;