Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public float slice_depth;
|
||||
[DNAFieldAttribute(7, "int", "_pad[1]", 4)]
|
||||
public int[] _pad = new System.Int32[1];
|
||||
public VolumeDisplay() {
|
||||
this.density = default;
|
||||
this.wireframe_type = default;
|
||||
this.wireframe_detail = default;
|
||||
this.interpolation_method = default;
|
||||
this.axis_slice_method = default;
|
||||
this.slice_axis = default;
|
||||
this.slice_depth = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public VolumeDisplay(float density, int wireframe_type, int wireframe_detail, int interpolation_method, int axis_slice_method, int slice_axis, float slice_depth, int[] _pad) {
|
||||
this.density = density;
|
||||
this.wireframe_type = wireframe_type;
|
||||
|
||||
Reference in New Issue
Block a user