Blender
V3.3
|
#include <DNA_boid_types.h>
Public Attributes | |
float | health |
float | acc [3] |
short | state_id |
short | mode |
Definition at line 100 of file DNA_boid_types.h.
float BoidData::acc[3] |
Definition at line 101 of file DNA_boid_types.h.
Referenced by boid_body(), and reset_particle().
float BoidData::health |
Definition at line 101 of file DNA_boid_types.h.
Referenced by boid_brain(), reset_particle(), rule_fight(), and set_boid_values().
short BoidData::mode |
Definition at line 102 of file DNA_boid_types.h.
Referenced by boid_body(), boid_brain(), boid_find_ground(), boid_rule_applies(), collision_response(), reset_particle(), rule_goal_avoid(), and set_boid_values().
short BoidData::state_id |
Definition at line 102 of file DNA_boid_types.h.
Referenced by get_boid_state(), and reset_particle().