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
-
Inherited Properties
Inherited Functions