|
Blender V4.3
|
#include <DNA_boid_types.h>
Public Attributes | |
| struct BoidState * | next |
| struct BoidState * | prev |
| ListBase | rules |
| ListBase | conditions |
| ListBase | actions |
| char | name [32] |
| int | id |
| int | flag |
| int | ruleset_type |
| float | rule_fuzziness |
| int | signal_id |
| int | channels |
| float | volume |
| float | falloff |
Definition at line 143 of file DNA_boid_types.h.
| ListBase BoidState::actions |
Definition at line 147 of file DNA_boid_types.h.
Referenced by boid_copy_settings(), and boid_duplicate_state().
| int BoidState::channels |
Definition at line 156 of file DNA_boid_types.h.
| ListBase BoidState::conditions |
Definition at line 146 of file DNA_boid_types.h.
Referenced by boid_copy_settings(), and boid_duplicate_state().
| float BoidState::falloff |
Definition at line 157 of file DNA_boid_types.h.
| int BoidState::flag |
Definition at line 149 of file DNA_boid_types.h.
Referenced by state_add_exec(), and state_del_exec().
| int BoidState::id |
Definition at line 149 of file DNA_boid_types.h.
Referenced by boid_duplicate_state(), and boid_new_state().
| char BoidState::name[32] |
Definition at line 148 of file DNA_boid_types.h.
| struct BoidState* BoidState::next |
Definition at line 144 of file DNA_boid_types.h.
Referenced by boid_copy_settings().
| struct BoidState * BoidState::prev |
Definition at line 144 of file DNA_boid_types.h.
| float BoidState::rule_fuzziness |
Definition at line 153 of file DNA_boid_types.h.
| ListBase BoidState::rules |
Definition at line 145 of file DNA_boid_types.h.
Referenced by boid_copy_settings(), and boid_duplicate_state().
| int BoidState::ruleset_type |
Definition at line 152 of file DNA_boid_types.h.
| int BoidState::signal_id |
Definition at line 156 of file DNA_boid_types.h.
| float BoidState::volume |
Definition at line 157 of file DNA_boid_types.h.