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

Class BoidRuleAverageSpeed


The Average Speed 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)
float in [0, 1] level
How much velocity's z-component is kept constant.
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)
float in [0, 1] speed
Percentage of maximum speed.
enum (readonly) type
Type in... (Inherited from bpy.types.BoidRule)
float in [0, 1] wander
How fast velocity's direction is randomized.