Regenerated code files
This commit is contained in:
@@ -17,7 +17,7 @@ namespace BlendFile.DNA {
|
||||
public class BoidData {
|
||||
[DNAFieldAttribute(4, "float", 0, "health", "float", false, 0)]
|
||||
public float health;
|
||||
[DNAFieldAttribute(12, "float", 1, "acc[3]", "System.Single[]", false, 4)]
|
||||
[DNAArrayAttribute(12, "float", 1, "acc[3]", "System.Single[]", 3, 4)]
|
||||
public float[] acc = new System.Single[3];
|
||||
[DNAFieldAttribute(2, "short", 2, "state_id", "short", false, 16)]
|
||||
public short state_id;
|
||||
|
||||
Reference in New Issue
Block a user