Regenerated code files
This commit is contained in:
@@ -17,13 +17,13 @@ namespace BlendFile.DNA {
|
||||
public class EffectorWeights {
|
||||
[DNAFieldAttribute(8, "Collection", 0, "*group", "Collection", true, 0)]
|
||||
public Collection group;
|
||||
[DNAFieldAttribute(56, "float", 1, "weight[14]", "System.Single[]", false, 8)]
|
||||
[DNAArrayAttribute(56, "float", 1, "weight[14]", "System.Single[]", 14, 8)]
|
||||
public float[] weight = new System.Single[14];
|
||||
[DNAFieldAttribute(4, "float", 2, "global_gravity", "float", false, 64)]
|
||||
public float global_gravity;
|
||||
[DNAFieldAttribute(2, "short", 3, "flag", "short", false, 68)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(2, "char", 4, "_pad[2]", "System.Char[]", false, 70)]
|
||||
[DNAArrayAttribute(2, "char", 4, "_pad[2]", "System.Char[]", 2, 70)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public EffectorWeights() {
|
||||
this.group = default;
|
||||
|
||||
Reference in New Issue
Block a user