KX_SteeringActuator(SCA_IActuator)

base class — SCA_IActuator

class KX_SteeringActuator(SCA_IActuator)

Steering Actuator for navigation.

behavior

The steering behavior to use.

Type

one of these constants

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

KX_GameObject

navmesh

Navigation mesh

Type

KX_GameObject

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