Regenerated all the files
This commit is contained in:
@@ -11,15 +11,24 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct VolumeDisplay {
|
||||
[DNAFieldAttribute(0, "float", "density", 4)]
|
||||
public float density;
|
||||
[DNAFieldAttribute(1, "int", "wireframe_type", 4)]
|
||||
public int wireframe_type;
|
||||
[DNAFieldAttribute(2, "int", "wireframe_detail", 4)]
|
||||
public int wireframe_detail;
|
||||
[DNAFieldAttribute(3, "int", "interpolation_method", 4)]
|
||||
public int interpolation_method;
|
||||
[DNAFieldAttribute(4, "int", "axis_slice_method", 4)]
|
||||
public int axis_slice_method;
|
||||
[DNAFieldAttribute(5, "int", "slice_axis", 4)]
|
||||
public int slice_axis;
|
||||
[DNAFieldAttribute(6, "float", "slice_depth", 4)]
|
||||
public float slice_depth;
|
||||
[DNAFieldAttribute(7, "int", "_pad[1]", 4)]
|
||||
public int[] _pad = new System.Int32[1];
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user