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

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