SteeringActuator(Actuator)
base classes — bpy_struct, Actuator
- class bpy.types.SteeringActuator(Actuator)
- acceleration
Max acceleration (in [0, 1000], default 0.0)
- Type:
float
- distance
Relax distance (in [0, 1000], default 0.0)
- Type:
float
- facing
Enable automatic facing (default False)
- Type:
bool
- facing_axis
Axis for automatic facing (default
'X')- Type:
Literal[‘X’, ‘Y’, ‘Z’, ‘NEG_X’, ‘NEG_Y’, ‘NEG_Z’]
- lock_z_velocity
Disable simulation of linear motion along Z axis (default False)
- Type:
bool
- mode
(default
'SEEK')- Type:
Literal[‘SEEK’, ‘FLEE’, ‘PATHFOLLOWING’]
Navigation mesh
- Type:
- normal_up
Use normal of the navmesh to set “UP” vector (default False)
- Type:
bool
- path_lerp_factor
Interpolation to smooth steering when changing pathsor between different directions of the same path. (in [0, 2], default 0.0)
- Type:
float
- self_terminated
Terminate when target is reached (default False)
- Type:
bool
- show_visualization
Enable debug visualization for ‘Path following’ (default False)
- Type:
bool
- turn_speed
Max turn speed (in [0, 720], default 0.0)
- Type:
float
- update_period
Path update period (in [-inf, inf], default 0)
- Type:
int
- velocity
Velocity magnitude (in [0, 1000], default 0.0)
- Type:
float
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type