regenerated files
This commit is contained in:
@@ -15,51 +15,51 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(1040, "Volume")]
|
||||
public class Volume {
|
||||
[DNAFieldAttribute(0, "ID", "id", 208)]
|
||||
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 248)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "char", "filepath[1024]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "filepath[1024]", "System.Char[]", 1)]
|
||||
public char[] filepath = new System.Char[1024];
|
||||
[DNAFieldAttribute(3, "PackedFile", "*packedfile", 24)]
|
||||
[DNAFieldAttribute(3, "PackedFile", "*packedfile", "PackedFile", 24)]
|
||||
public PackedFile ptr_packedfile;
|
||||
[DNAFieldAttribute(4, "char", "is_sequence", 1)]
|
||||
[DNAFieldAttribute(4, "char", "is_sequence", "char", 1)]
|
||||
public char is_sequence;
|
||||
[DNAFieldAttribute(5, "char", "sequence_mode", 1)]
|
||||
[DNAFieldAttribute(5, "char", "sequence_mode", "char", 1)]
|
||||
public char sequence_mode;
|
||||
[DNAFieldAttribute(6, "char", "_pad1[2]", 1)]
|
||||
[DNAFieldAttribute(6, "char", "_pad1[2]", "System.Char[]", 1)]
|
||||
public char[] _pad1 = new System.Char[2];
|
||||
[DNAFieldAttribute(7, "int", "frame_start", 4)]
|
||||
[DNAFieldAttribute(7, "int", "frame_start", "int", 4)]
|
||||
public int frame_start;
|
||||
[DNAFieldAttribute(8, "int", "frame_duration", 4)]
|
||||
[DNAFieldAttribute(8, "int", "frame_duration", "int", 4)]
|
||||
public int frame_duration;
|
||||
[DNAFieldAttribute(9, "int", "frame_offset", 4)]
|
||||
[DNAFieldAttribute(9, "int", "frame_offset", "int", 4)]
|
||||
public int frame_offset;
|
||||
[DNAFieldAttribute(10, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(10, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(11, "int", "active_grid", 4)]
|
||||
[DNAFieldAttribute(11, "int", "active_grid", "int", 4)]
|
||||
public int active_grid;
|
||||
[DNAFieldAttribute(12, "Material", "**mat", 392)]
|
||||
[DNAFieldAttribute(12, "Material", "**mat", "Material", 392)]
|
||||
public Material ptr_ptr_mat;
|
||||
[DNAFieldAttribute(13, "short", "totcol", 2)]
|
||||
[DNAFieldAttribute(13, "short", "totcol", "short", 2)]
|
||||
public short totcol;
|
||||
[DNAFieldAttribute(14, "short", "_pad2[3]", 2)]
|
||||
[DNAFieldAttribute(14, "short", "_pad2[3]", "System.Int16[]", 2)]
|
||||
public short[] _pad2 = new System.Int16[3];
|
||||
[DNAFieldAttribute(15, "VolumeRender", "render", 16)]
|
||||
[DNAFieldAttribute(15, "VolumeRender", "render", "VolumeRender", 16)]
|
||||
public VolumeRender render;
|
||||
[DNAFieldAttribute(16, "VolumeDisplay", "display", 32)]
|
||||
[DNAFieldAttribute(16, "VolumeDisplay", "display", "VolumeDisplay", 32)]
|
||||
public VolumeDisplay display;
|
||||
[DNAFieldAttribute(17, "char", "velocity_grid[64]", 1)]
|
||||
[DNAFieldAttribute(17, "char", "velocity_grid[64]", "System.Char[]", 1)]
|
||||
public char[] velocity_grid = new System.Char[64];
|
||||
[DNAFieldAttribute(18, "char", "_pad3[3]", 1)]
|
||||
[DNAFieldAttribute(18, "char", "_pad3[3]", "System.Char[]", 1)]
|
||||
public char[] _pad3 = new System.Char[3];
|
||||
[DNAFieldAttribute(19, "char", "velocity_unit", 1)]
|
||||
[DNAFieldAttribute(19, "char", "velocity_unit", "char", 1)]
|
||||
public char velocity_unit;
|
||||
[DNAFieldAttribute(20, "float", "velocity_scale", 4)]
|
||||
[DNAFieldAttribute(20, "float", "velocity_scale", "float", 4)]
|
||||
public float velocity_scale;
|
||||
[DNAFieldAttribute(21, "void", "*batch_cache", 0)]
|
||||
[DNAFieldAttribute(21, "void", "*batch_cache", "void", 0)]
|
||||
public object ptr_batch_cache;
|
||||
[DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", 0)]
|
||||
[DNAFieldAttribute(22, "VolumeRuntimeHandle", "*runtime", "VolumeRuntimeHandle", 0)]
|
||||
public VolumeRuntimeHandle ptr_runtime;
|
||||
public Volume() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user