Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,52 +14,52 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(124, "BoidSettings", 104)]
public struct BoidSettings {
[DNAFieldAttribute(0, "int", "options", "int", 4, false, 0)]
public class BoidSettings {
[DNAFieldAttribute(4, "int", 0, "options", "int", false, 0)]
public int options;
[DNAFieldAttribute(1, "int", "last_state_id", "int", 4, false, 4)]
[DNAFieldAttribute(4, "int", 1, "last_state_id", "int", false, 4)]
public int last_state_id;
[DNAFieldAttribute(2, "float", "landing_smoothness", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 2, "landing_smoothness", "float", false, 8)]
public float landing_smoothness;
[DNAFieldAttribute(3, "float", "height", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 3, "height", "float", false, 12)]
public float height;
[DNAFieldAttribute(4, "float", "banking", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 4, "banking", "float", false, 16)]
public float banking;
[DNAFieldAttribute(5, "float", "pitch", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 5, "pitch", "float", false, 20)]
public float pitch;
[DNAFieldAttribute(6, "float", "health", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 6, "health", "float", false, 24)]
public float health;
[DNAFieldAttribute(7, "float", "aggression", "float", 4, false, 28)]
[DNAFieldAttribute(4, "float", 7, "aggression", "float", false, 28)]
public float aggression;
[DNAFieldAttribute(8, "float", "strength", "float", 4, false, 32)]
[DNAFieldAttribute(4, "float", 8, "strength", "float", false, 32)]
public float strength;
[DNAFieldAttribute(9, "float", "accuracy", "float", 4, false, 36)]
[DNAFieldAttribute(4, "float", 9, "accuracy", "float", false, 36)]
public float accuracy;
[DNAFieldAttribute(10, "float", "range", "float", 4, false, 40)]
[DNAFieldAttribute(4, "float", 10, "range", "float", false, 40)]
public float range;
[DNAFieldAttribute(11, "float", "air_min_speed", "float", 4, false, 44)]
[DNAFieldAttribute(4, "float", 11, "air_min_speed", "float", false, 44)]
public float air_min_speed;
[DNAFieldAttribute(12, "float", "air_max_speed", "float", 4, false, 48)]
[DNAFieldAttribute(4, "float", 12, "air_max_speed", "float", false, 48)]
public float air_max_speed;
[DNAFieldAttribute(13, "float", "air_max_acc", "float", 4, false, 52)]
[DNAFieldAttribute(4, "float", 13, "air_max_acc", "float", false, 52)]
public float air_max_acc;
[DNAFieldAttribute(14, "float", "air_max_ave", "float", 4, false, 56)]
[DNAFieldAttribute(4, "float", 14, "air_max_ave", "float", false, 56)]
public float air_max_ave;
[DNAFieldAttribute(15, "float", "air_personal_space", "float", 4, false, 60)]
[DNAFieldAttribute(4, "float", 15, "air_personal_space", "float", false, 60)]
public float air_personal_space;
[DNAFieldAttribute(16, "float", "land_jump_speed", "float", 4, false, 64)]
[DNAFieldAttribute(4, "float", 16, "land_jump_speed", "float", false, 64)]
public float land_jump_speed;
[DNAFieldAttribute(17, "float", "land_max_speed", "float", 4, false, 68)]
[DNAFieldAttribute(4, "float", 17, "land_max_speed", "float", false, 68)]
public float land_max_speed;
[DNAFieldAttribute(18, "float", "land_max_acc", "float", 4, false, 72)]
[DNAFieldAttribute(4, "float", 18, "land_max_acc", "float", false, 72)]
public float land_max_acc;
[DNAFieldAttribute(19, "float", "land_max_ave", "float", 4, false, 76)]
[DNAFieldAttribute(4, "float", 19, "land_max_ave", "float", false, 76)]
public float land_max_ave;
[DNAFieldAttribute(20, "float", "land_personal_space", "float", 4, false, 80)]
[DNAFieldAttribute(4, "float", 20, "land_personal_space", "float", false, 80)]
public float land_personal_space;
[DNAFieldAttribute(21, "float", "land_stick_force", "float", 4, false, 84)]
[DNAFieldAttribute(4, "float", 21, "land_stick_force", "float", false, 84)]
public float land_stick_force;
[DNAFieldAttribute(22, "ListBase", "states", "ListBase", 16, false, 88)]
[DNAFieldAttribute(16, "ListBase", 22, "states", "ListBase", false, 88)]
public ListBase states;
public BoidSettings() {
this.options = default;