|
Blender V4.3
|
#include <DNA_boid_types.h>
Public Attributes | |
| BoidRule | rule |
| struct Object * | ob |
| float | loc [3] |
| float | oloc [3] |
| float | cfra |
| float | distance |
| int | options |
| int | queue_size |
Definition at line 78 of file DNA_boid_types.h.
| float BoidRuleFollowLeader::cfra |
Definition at line 82 of file DNA_boid_types.h.
Referenced by boids_precalc_rules().
| float BoidRuleFollowLeader::distance |
Definition at line 82 of file DNA_boid_types.h.
Referenced by rule_follow_leader().
| float BoidRuleFollowLeader::loc[3] |
Definition at line 81 of file DNA_boid_types.h.
Referenced by boids_precalc_rules(), and rule_follow_leader().
| struct Object* BoidRuleFollowLeader::ob |
Definition at line 80 of file DNA_boid_types.h.
Referenced by boids_precalc_rules(), particle_settings_foreach_id(), and rule_follow_leader().
| float BoidRuleFollowLeader::oloc[3] |
Definition at line 81 of file DNA_boid_types.h.
Referenced by boids_precalc_rules(), and rule_follow_leader().
| int BoidRuleFollowLeader::options |
Definition at line 83 of file DNA_boid_types.h.
Referenced by rule_follow_leader().
| int BoidRuleFollowLeader::queue_size |
Definition at line 83 of file DNA_boid_types.h.
Referenced by rule_follow_leader().
| BoidRule BoidRuleFollowLeader::rule |
Definition at line 79 of file DNA_boid_types.h.