regenerated files
This commit is contained in:
@@ -15,21 +15,21 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(1038, "VolumeDisplay")]
|
||||
public struct VolumeDisplay {
|
||||
[DNAFieldAttribute(0, "float", "density", "float", 4)]
|
||||
[DNAFieldAttribute(0, "float", "density", "float", 4, false)]
|
||||
public float density;
|
||||
[DNAFieldAttribute(1, "int", "wireframe_type", "int", 4)]
|
||||
[DNAFieldAttribute(1, "int", "wireframe_type", "int", 4, false)]
|
||||
public int wireframe_type;
|
||||
[DNAFieldAttribute(2, "int", "wireframe_detail", "int", 4)]
|
||||
[DNAFieldAttribute(2, "int", "wireframe_detail", "int", 4, false)]
|
||||
public int wireframe_detail;
|
||||
[DNAFieldAttribute(3, "int", "interpolation_method", "int", 4)]
|
||||
[DNAFieldAttribute(3, "int", "interpolation_method", "int", 4, false)]
|
||||
public int interpolation_method;
|
||||
[DNAFieldAttribute(4, "int", "axis_slice_method", "int", 4)]
|
||||
[DNAFieldAttribute(4, "int", "axis_slice_method", "int", 4, false)]
|
||||
public int axis_slice_method;
|
||||
[DNAFieldAttribute(5, "int", "slice_axis", "int", 4)]
|
||||
[DNAFieldAttribute(5, "int", "slice_axis", "int", 4, false)]
|
||||
public int slice_axis;
|
||||
[DNAFieldAttribute(6, "float", "slice_depth", "float", 4)]
|
||||
[DNAFieldAttribute(6, "float", "slice_depth", "float", 4, false)]
|
||||
public float slice_depth;
|
||||
[DNAFieldAttribute(7, "int", "_pad[1]", "System.Int32[]", 4)]
|
||||
[DNAFieldAttribute(7, "int", "_pad[1]", "System.Int32[]", 4, false)]
|
||||
public int[] _pad = new System.Int32[1];
|
||||
public VolumeDisplay() {
|
||||
this.density = default;
|
||||
|
||||
Reference in New Issue
Block a user