regenerated files
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(792, "PointCloud")]
|
||||
public class PointCloud {
|
||||
[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, "int", "flag", 4)]
|
||||
[DNAFieldAttribute(2, "int", "flag", "int", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(3, "int", "totpoint", 4)]
|
||||
[DNAFieldAttribute(3, "int", "totpoint", "int", 4)]
|
||||
public int totpoint;
|
||||
[DNAFieldAttribute(4, "CustomData", "pdata", 248)]
|
||||
[DNAFieldAttribute(4, "CustomData", "pdata", "CustomData", 248)]
|
||||
public CustomData pdata;
|
||||
[DNAFieldAttribute(5, "int", "attributes_active_index", 4)]
|
||||
[DNAFieldAttribute(5, "int", "attributes_active_index", "int", 4)]
|
||||
public int attributes_active_index;
|
||||
[DNAFieldAttribute(6, "int", "_pad4", 4)]
|
||||
[DNAFieldAttribute(6, "int", "_pad4", "int", 4)]
|
||||
public int _pad4;
|
||||
[DNAFieldAttribute(7, "Material", "**mat", 392)]
|
||||
[DNAFieldAttribute(7, "Material", "**mat", "Material", 392)]
|
||||
public Material ptr_ptr_mat;
|
||||
[DNAFieldAttribute(8, "short", "totcol", 2)]
|
||||
[DNAFieldAttribute(8, "short", "totcol", "short", 2)]
|
||||
public short totcol;
|
||||
[DNAFieldAttribute(9, "short", "_pad3[3]", 2)]
|
||||
[DNAFieldAttribute(9, "short", "_pad3[3]", "System.Int16[]", 2)]
|
||||
public short[] _pad3 = new System.Int16[3];
|
||||
[DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", 0)]
|
||||
[DNAFieldAttribute(10, "PointCloudRuntimeHandle", "*runtime", "PointCloudRuntimeHandle", 0)]
|
||||
public PointCloudRuntimeHandle ptr_runtime;
|
||||
[DNAFieldAttribute(11, "void", "*batch_cache", 0)]
|
||||
[DNAFieldAttribute(11, "void", "*batch_cache", "void", 0)]
|
||||
public object ptr_batch_cache;
|
||||
public PointCloud() {
|
||||
this.id = default;
|
||||
|
||||
Reference in New Issue
Block a user