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

Class BoidRuleAvoidCollision


The Avoid Collision Object

(no references to this struct found)

Instance Variables [hide private]
boolean boids
Avoid collision with other boids.
boolean deflectors
Avoid collision with deflector objects.
boolean in_air
Use rule when boid is flying. (Inherited from bpy.types.BoidRule)
float in [0, 100] look_ahead
Time to look ahead in seconds.
string name
Boid rule name. (Inherited from bpy.types.BoidRule)
boolean on_land
Use rule when boid is on land. (Inherited from bpy.types.BoidRule)
enum (readonly) type
Type in... (Inherited from bpy.types.BoidRule)