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

Class BoidRuleAvoid


The Avoid Object

(no references to this struct found)

Instance Variables [hide private]
float in [0, 100] fear_factor
Avoid object if danger from it is above this threshol.
boolean in_air
Use rule when boid is flying. (Inherited from bpy.types.BoidRule)
string name
Boid rule name. (Inherited from bpy.types.BoidRule)
Object object
Object to avoid.
boolean on_land
Use rule when boid is on land. (Inherited from bpy.types.BoidRule)
boolean predict
Predict target movement.
enum (readonly) type
Type in... (Inherited from bpy.types.BoidRule)