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

Class BoidRuleGoal


The Goal Object

(no references to this struct found)

Instance Variables [hide private]
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
Goal object.
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)