Regenerated code files
This commit is contained in:
@@ -41,7 +41,7 @@ namespace BlendFile.DNA {
|
||||
public float f_flow;
|
||||
[DNAFieldAttribute(4, "float", 12, "f_wind_factor", "float", false, 32)]
|
||||
public float f_wind_factor;
|
||||
[DNAFieldAttribute(4, "char", 13, "_pad0[4]", "System.Char[]", false, 36)]
|
||||
[DNAArrayAttribute(4, "char", 13, "_pad0[4]", "System.Char[]", 4, 36)]
|
||||
public char[] _pad0 = new System.Char[4];
|
||||
[DNAFieldAttribute(4, "float", 14, "f_size", "float", false, 40)]
|
||||
public float f_size;
|
||||
@@ -97,23 +97,23 @@ namespace BlendFile.DNA {
|
||||
public float f_noise;
|
||||
[DNAFieldAttribute(4, "int", 40, "seed", "int", false, 148)]
|
||||
public int seed;
|
||||
[DNAFieldAttribute(16, "float", 41, "drawvec1[4]", "System.Single[]", false, 152)]
|
||||
[DNAArrayAttribute(16, "float", 41, "drawvec1[4]", "System.Single[]", 4, 152)]
|
||||
public float[] drawvec1 = new System.Single[4];
|
||||
[DNAFieldAttribute(16, "float", 42, "drawvec2[4]", "System.Single[]", false, 168)]
|
||||
[DNAArrayAttribute(16, "float", 42, "drawvec2[4]", "System.Single[]", 4, 168)]
|
||||
public float[] drawvec2 = new System.Single[4];
|
||||
[DNAFieldAttribute(12, "float", 43, "drawvec_falloff_min[3]", "System.Single[]", false, 184)]
|
||||
[DNAArrayAttribute(12, "float", 43, "drawvec_falloff_min[3]", "System.Single[]", 3, 184)]
|
||||
public float[] drawvec_falloff_min = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "char", 44, "_pad1[4]", "System.Char[]", false, 196)]
|
||||
[DNAArrayAttribute(4, "char", 44, "_pad1[4]", "System.Char[]", 4, 196)]
|
||||
public char[] _pad1 = new System.Char[4];
|
||||
[DNAFieldAttribute(12, "float", 45, "drawvec_falloff_max[3]", "System.Single[]", false, 200)]
|
||||
[DNAArrayAttribute(12, "float", 45, "drawvec_falloff_max[3]", "System.Single[]", 3, 200)]
|
||||
public float[] drawvec_falloff_max = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "char", 46, "_pad2[4]", "System.Char[]", false, 212)]
|
||||
[DNAArrayAttribute(4, "char", 46, "_pad2[4]", "System.Char[]", 4, 212)]
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
[DNAFieldAttribute(8, "Object", 47, "*f_source", "Object", true, 216)]
|
||||
public Object f_source;
|
||||
[DNAFieldAttribute(4, "float", 48, "pdef_cfrict", "float", false, 224)]
|
||||
public float pdef_cfrict;
|
||||
[DNAFieldAttribute(4, "char", 49, "_pad[4]", "System.Char[]", false, 228)]
|
||||
[DNAArrayAttribute(4, "char", 49, "_pad[4]", "System.Char[]", 4, 228)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
public PartDeflect() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user