CameraActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.CameraActuator(Actuator)

Actuator to ..

axis

Specify the axis the Camera will try to get behind

Type :enum in [‘X’, ‘Y’], default ‘X’
damping

Specify the strength of the constraint that drive 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
object

Look at this Object

Type :Object

Inherited Properties

Inherited Functions

Previous topic

Camera(ID)

Next topic

CastModifier(Modifier)