SCA_SteeringActuator(SCA_IActuator)
base class — SCA_IActuator
- class bge.types.SCA_SteeringActuator(SCA_IActuator)
Steering Actuator for navigation.
- behavior
The steering behavior to use. One of these constants.
- Type
integer
- velocity
Velocity magnitude
- Type
float
- acceleration
Max acceleration
- Type
float
- turnspeed
Max turn speed
- Type
float
- distance
Relax distance
- Type
float
- target
Target object
- Type
Navigation mesh
- Type
- selfterminated
Terminate when target is reached
- Type
boolean
- enableVisualization
Enable debug visualization
- Type
boolean
- pathUpdatePeriod
Path update period
- Type
int
- path
Path point list.
- Type
list of
mathutils.Vector