Regenerated code files
This commit is contained in:
@@ -19,9 +19,9 @@ namespace BlendFile.DNA {
|
||||
public BoidRule rule;
|
||||
[DNAFieldAttribute(8, "Object", 1, "*ob", "Object", true, 56)]
|
||||
public Object ob;
|
||||
[DNAFieldAttribute(12, "float", 2, "loc[3]", "System.Single[]", false, 64)]
|
||||
[DNAArrayAttribute(12, "float", 2, "loc[3]", "System.Single[]", 3, 64)]
|
||||
public float[] loc = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "float", 3, "oloc[3]", "System.Single[]", false, 76)]
|
||||
[DNAArrayAttribute(12, "float", 3, "oloc[3]", "System.Single[]", 3, 76)]
|
||||
public float[] oloc = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 4, "cfra", "float", false, 88)]
|
||||
public float cfra;
|
||||
|
||||
Reference in New Issue
Block a user