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

Class BoidRuleFollowLeader


The Follow Leader Object

(no references to this struct found)

Instance Variables [hide private]
float in [0, 100] distance
Distance behind leader to follow.
boolean in_air
Use rule when boid is flying. (Inherited from bpy.types.BoidRule)
boolean line
Follow leader in a line.
string name
Boid rule name. (Inherited from bpy.types.BoidRule)
Object object
Follow this object instead of a boid.
boolean on_land
Use rule when boid is on land. (Inherited from bpy.types.BoidRule)
int in [0, 100] queue_size
How many boids in a line.
enum (readonly) type
Type in... (Inherited from bpy.types.BoidRule)