regenerated files
This commit is contained in:
@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(1046, "XrSessionSettings")]
|
||||
public class XrSessionSettings {
|
||||
[DNAFieldAttribute(0, "View3DShading", "shading", "View3DShading", 944)]
|
||||
[DNAFieldAttribute(0, "View3DShading", "shading", "View3DShading", 944, false)]
|
||||
public View3DShading shading;
|
||||
[DNAFieldAttribute(1, "float", "base_scale", "float", 4)]
|
||||
[DNAFieldAttribute(1, "float", "base_scale", "float", 4, false)]
|
||||
public float base_scale;
|
||||
[DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 3, false)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
[DNAFieldAttribute(3, "char", "base_pose_type", "char", 1)]
|
||||
[DNAFieldAttribute(3, "char", "base_pose_type", "char", 1, false)]
|
||||
public char base_pose_type;
|
||||
[DNAFieldAttribute(4, "Object", "*base_pose_object", "Object", 1160)]
|
||||
[DNAFieldAttribute(4, "Object", "*base_pose_object", "Object", 4, true)]
|
||||
public Object ptr_base_pose_object;
|
||||
[DNAFieldAttribute(5, "float", "base_pose_location[3]", "System.Single[]", 4)]
|
||||
[DNAFieldAttribute(5, "float", "base_pose_location[3]", "System.Single[]", 12, false)]
|
||||
public float[] base_pose_location = new System.Single[3];
|
||||
[DNAFieldAttribute(6, "float", "base_pose_angle", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "base_pose_angle", "float", 4, false)]
|
||||
public float base_pose_angle;
|
||||
[DNAFieldAttribute(7, "char", "draw_flags", "char", 1)]
|
||||
[DNAFieldAttribute(7, "char", "draw_flags", "char", 1, false)]
|
||||
public char draw_flags;
|
||||
[DNAFieldAttribute(8, "char", "controller_draw_style", "char", 1)]
|
||||
[DNAFieldAttribute(8, "char", "controller_draw_style", "char", 1, false)]
|
||||
public char controller_draw_style;
|
||||
[DNAFieldAttribute(9, "char", "_pad2[2]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(9, "char", "_pad2[2]", "System.Char[]", 2, false)]
|
||||
public char[] _pad2 = new System.Char[2];
|
||||
[DNAFieldAttribute(10, "float", "clip_start", "float", 4)]
|
||||
[DNAFieldAttribute(10, "float", "clip_start", "float", 4, false)]
|
||||
public float clip_start;
|
||||
[DNAFieldAttribute(11, "float", "clip_end", "float", 4)]
|
||||
[DNAFieldAttribute(11, "float", "clip_end", "float", 4, false)]
|
||||
public float clip_end;
|
||||
[DNAFieldAttribute(12, "int", "flag", "int", 4)]
|
||||
[DNAFieldAttribute(12, "int", "flag", "int", 4, false)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(13, "int", "object_type_exclude_viewport", "int", 4)]
|
||||
[DNAFieldAttribute(13, "int", "object_type_exclude_viewport", "int", 4, false)]
|
||||
public int object_type_exclude_viewport;
|
||||
[DNAFieldAttribute(14, "int", "object_type_exclude_select", "int", 4)]
|
||||
[DNAFieldAttribute(14, "int", "object_type_exclude_select", "int", 4, false)]
|
||||
public int object_type_exclude_select;
|
||||
public XrSessionSettings() {
|
||||
this.shading = default;
|
||||
|
||||
Reference in New Issue
Block a user