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

Class BoidRule


The Boid Rule Object

References

Instance Variables [hide private]
boolean in_air
Use rule when boid is flying.
string name
Boid rule name.
boolean on_land
Use rule when boid is on land.
enum (readonly) type
Type in...
Instance Variable Details [hide private]

name

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

type

Type in...
  • GOAL
  • AVOID
  • AVOID_COLLISION
  • SEPARATE
  • FLOCK
  • FOLLOW_LEADER
  • AVERAGE_SPEED
  • FIGHT
Type:
enum (readonly)