SteeringActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.SteeringActuator(Actuator)
acceleration

Max acceleration

Type :float in [0, 1000], default 0.0
distance

Relax distance

Type :float in [0, 1000], default 0.0
facing

Enable automatic facing

Type :boolean, default False
facing_axis

Axis for automatic facing

Type :enum in [‘X’, ‘Y’, ‘Z’, ‘NEG_X’, ‘NEG_Y’, ‘NEG_Z’], default ‘X’
mode
Type :enum in [‘SEEK’, ‘FLEE’, ‘PATHFOLLOWING’], default ‘SEEK’
navmesh

Navigation mesh

Type :Object
normal_up

Use normal of the navmesh to set “UP” vector

Type :boolean, default False
self_terminated

Terminate when target is reached

Type :boolean, default False
show_visualization

Enable debug visualization

Type :boolean, default False
target

Target object

Type :Object
turn_speed

Max turn speed

Type :float in [0, 720], default 0.0
update_period

Path update period

Type :int in [-inf, inf], default 0
velocity

Velocity magnitude

Type :float in [0, 1000], default 0.0

Inherited Properties

Inherited Functions

Previous topic

StateActuator(Actuator)

Next topic

StretchToConstraint(Constraint)