regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(120, "BoidRuleAverageSpeed")]
public struct BoidRuleAverageSpeed {
[DNAFieldAttribute(0, "BoidRule", "rule", 56)]
[DNAFieldAttribute(0, "BoidRule", "rule", "BoidRule", 56)]
public BoidRule rule;
[DNAFieldAttribute(1, "float", "wander", 4)]
[DNAFieldAttribute(1, "float", "wander", "float", 4)]
public float wander;
[DNAFieldAttribute(2, "float", "level", 4)]
[DNAFieldAttribute(2, "float", "level", "float", 4)]
public float level;
[DNAFieldAttribute(3, "float", "speed", 4)]
[DNAFieldAttribute(3, "float", "speed", "float", 4)]
public float speed;
[DNAFieldAttribute(4, "char", "_pad0[4]", 1)]
[DNAFieldAttribute(4, "char", "_pad0[4]", "System.Char[]", 1)]
public char[] _pad0 = new System.Char[4];
public BoidRuleAverageSpeed() {
this.rule = default;