CameraActuator(Actuator)
base classes — bpy_struct
, Actuator
- class bpy.types.CameraActuator(Actuator)
- axis
Axis the Camera will try to get behind
POS_X
+X – Camera tries to get behind the X axis.POS_Y
+Y – Camera tries to get behind the Y axis.NEG_X
-X – Camera tries to get behind the -X axis.NEG_Y
-Y – Camera tries to get behind the -Y axis.
- Type
enum in [
'POS_X'
,'POS_Y'
,'NEG_X'
,'NEG_Y'
], default"'POS_X'"
- damping
Strength of the constraint that drives the camera behind the target
- Type
float in [0, 10], default 0.0
- height
- Type
float in [-inf, inf], default 0.0
- max
- Type
float in [-inf, inf], default 0.0
- min
- Type
float in [-inf, inf], 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