Cinemachine
![]() | CinemachineTransposerTrackTarget Method |
Positions the virtual camera according to the transposer rules.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

protected void TrackTarget( float deltaTime, Vector3 up, Vector3 desiredCameraOffset, out Vector3 outTargetPosition, out Quaternion outTargetOrient )
function TrackTarget(deltaTime, up, desiredCameraOffset, outTargetPosition, outTargetOrient);
Parameters
- deltaTime
- Type: SystemSingle
Used for damping. If less than 0, no damping is done. - up
- Type: Vector3
Current camera up - desiredCameraOffset
- Type: Vector3
Where we want to put the camera relative to the follow target - outTargetPosition
- Type: Vector3
Resulting camera position - outTargetOrient
- Type: Quaternion
Damped target orientation
