Package bpy :: Module types :: Class BoidState
[hide private]
[frames] | no frames]

Class BoidState

The Boid State Object

Boid state for boid physics.

References

Instance Variables [hide private]
BoidRule (readonly) active_boid_rule
Active Boid Rule
int in [0, inf] active_boid_rule_index
Active Boid Rule Index
float in [0, 10] falloff
Falloff
string name
Boid state name.
float in [0, 1] rule_fuzziness
Rule Fuzzines
Collection of BoidRule (readonly) rules
Boid Rules
enum ruleset_type
How the rules in the list are evaluated.
float in [0, 100] volume
Volume
Instance Variable Details [hide private]

name

Boid state name. (maximum length of 32)
Type:
string

ruleset_type

How the rules in the list are evaluated. in...
  • FUZZY
  • RANDOM
  • AVERAGE
Type:
enum