CinemachineComposer.GetTrackedPoint Method

Cinemachine

CinemachineComposerGetTrackedPoint Method

Apply the target offsets to the target location.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
protected virtual Vector3 GetTrackedPoint(
	Vector3 lookAt
)
function GetTrackedPoint(lookAt);

Parameters

lookAt
Type: Vector3
The unoffset LookAt point

Return Value

Type: Vector3
The LookAt point with the offset applied
See Also