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,11 +19,11 @@ namespace BlendFile.DNA {
public Object ground;
[DNAFieldAttribute(20, "BoidData", 1, "data", "BoidData", false, 8)]
public BoidData data;
[DNAFieldAttribute(12, "float", 2, "gravity[3]", "System.Single[]", false, 28)]
[DNAArrayAttribute(12, "float", 2, "gravity[3]", "System.Single[]", 3, 28)]
public float[] gravity = new System.Single[3];
[DNAFieldAttribute(12, "float", 3, "wander[3]", "System.Single[]", false, 40)]
[DNAArrayAttribute(12, "float", 3, "wander[3]", "System.Single[]", 3, 40)]
public float[] wander = new System.Single[3];
[DNAFieldAttribute(4, "char", 4, "_pad0[4]", "System.Char[]", false, 52)]
[DNAArrayAttribute(4, "char", 4, "_pad0[4]", "System.Char[]", 4, 52)]
public char[] _pad0 = new System.Char[4];
public BoidParticle() {
this.ground = default;