Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,22 +14,22 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(1038, "VolumeDisplay", 32)]
public struct VolumeDisplay {
[DNAFieldAttribute(0, "float", "density", "float", 4, false, 0)]
public class VolumeDisplay {
[DNAFieldAttribute(4, "float", 0, "density", "float", false, 0)]
public float density;
[DNAFieldAttribute(1, "int", "wireframe_type", "int", 4, false, 4)]
[DNAFieldAttribute(4, "int", 1, "wireframe_type", "int", false, 4)]
public int wireframe_type;
[DNAFieldAttribute(2, "int", "wireframe_detail", "int", 4, false, 8)]
[DNAFieldAttribute(4, "int", 2, "wireframe_detail", "int", false, 8)]
public int wireframe_detail;
[DNAFieldAttribute(3, "int", "interpolation_method", "int", 4, false, 12)]
[DNAFieldAttribute(4, "int", 3, "interpolation_method", "int", false, 12)]
public int interpolation_method;
[DNAFieldAttribute(4, "int", "axis_slice_method", "int", 4, false, 16)]
[DNAFieldAttribute(4, "int", 4, "axis_slice_method", "int", false, 16)]
public int axis_slice_method;
[DNAFieldAttribute(5, "int", "slice_axis", "int", 4, false, 20)]
[DNAFieldAttribute(4, "int", 5, "slice_axis", "int", false, 20)]
public int slice_axis;
[DNAFieldAttribute(6, "float", "slice_depth", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 6, "slice_depth", "float", false, 24)]
public float slice_depth;
[DNAFieldAttribute(7, "int", "_pad[1]", "System.Int32[]", 4, false, 28)]
[DNAFieldAttribute(4, "int", 7, "_pad[1]", "System.Int32[]", false, 28)]
public int[] _pad = new System.Int32[1];
public VolumeDisplay() {
this.density = default;