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'"
- lock_z_velocity
Disable simulation of linear motion along Z axis
- Type:
boolean, default False
- mode
- Type:
enum in [
'SEEK'
,'FLEE'
,'PATHFOLLOWING'
], default"'SEEK'"
Navigation mesh
- Type:
- 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 for ‘Path following’
- Type:
boolean, default False
- 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
- 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:
bpy.types.Struct
subclass
- 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