Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -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;