Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1046, "XrSessionSettings", 1000)]
public class XrSessionSettings {
[DNAFieldAttribute(0, "View3DShading", "shading", "View3DShading", 944, false)]
[DNAFieldAttribute(0, "View3DShading", "shading", "View3DShading", 944, false, 0)]
public View3DShading shading;
[DNAFieldAttribute(1, "float", "base_scale", "float", 4, false)]
[DNAFieldAttribute(1, "float", "base_scale", "float", 4, false, 944)]
public float base_scale;
[DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 3, false)]
[DNAFieldAttribute(2, "char", "_pad[3]", "System.Char[]", 3, false, 948)]
public char[] _pad = new System.Char[3];
[DNAFieldAttribute(3, "char", "base_pose_type", "char", 1, false)]
[DNAFieldAttribute(3, "char", "base_pose_type", "char", 1, false, 951)]
public char base_pose_type;
[DNAFieldAttribute(4, "Object", "*base_pose_object", "Object", 8, true)]
[DNAFieldAttribute(4, "Object", "*base_pose_object", "Object", 8, true, 952)]
public Object ptr_base_pose_object;
[DNAFieldAttribute(5, "float", "base_pose_location[3]", "System.Single[]", 12, false)]
[DNAFieldAttribute(5, "float", "base_pose_location[3]", "System.Single[]", 12, false, 960)]
public float[] base_pose_location = new System.Single[3];
[DNAFieldAttribute(6, "float", "base_pose_angle", "float", 4, false)]
[DNAFieldAttribute(6, "float", "base_pose_angle", "float", 4, false, 972)]
public float base_pose_angle;
[DNAFieldAttribute(7, "char", "draw_flags", "char", 1, false)]
[DNAFieldAttribute(7, "char", "draw_flags", "char", 1, false, 976)]
public char draw_flags;
[DNAFieldAttribute(8, "char", "controller_draw_style", "char", 1, false)]
[DNAFieldAttribute(8, "char", "controller_draw_style", "char", 1, false, 977)]
public char controller_draw_style;
[DNAFieldAttribute(9, "char", "_pad2[2]", "System.Char[]", 2, false)]
[DNAFieldAttribute(9, "char", "_pad2[2]", "System.Char[]", 2, false, 978)]
public char[] _pad2 = new System.Char[2];
[DNAFieldAttribute(10, "float", "clip_start", "float", 4, false)]
[DNAFieldAttribute(10, "float", "clip_start", "float", 4, false, 980)]
public float clip_start;
[DNAFieldAttribute(11, "float", "clip_end", "float", 4, false)]
[DNAFieldAttribute(11, "float", "clip_end", "float", 4, false, 984)]
public float clip_end;
[DNAFieldAttribute(12, "int", "flag", "int", 4, false)]
[DNAFieldAttribute(12, "int", "flag", "int", 4, false, 988)]
public int flag;
[DNAFieldAttribute(13, "int", "object_type_exclude_viewport", "int", 4, false)]
[DNAFieldAttribute(13, "int", "object_type_exclude_viewport", "int", 4, false, 992)]
public int object_type_exclude_viewport;
[DNAFieldAttribute(14, "int", "object_type_exclude_select", "int", 4, false)]
[DNAFieldAttribute(14, "int", "object_type_exclude_select", "int", 4, false, 996)]
public int object_type_exclude_select;
public XrSessionSettings() {
this.shading = default;