CinemachineVirtualCameraBase.UpdateCameraState Method

Cinemachine

CinemachineVirtualCameraBaseUpdateCameraState Method

Called by CinemachineCore at designated update time so the vcam can position itself and track its targets. Do not call this method. Let the framework do it at the appropriate time

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public abstract void UpdateCameraState(
	Vector3 worldUp,
	float deltaTime
)
function UpdateCameraState(worldUp, deltaTime);

Parameters

worldUp
Type: Vector3
Default world Up, set by the CinemachineBrain
deltaTime
Type: SystemSingle
Delta time for time-based effects (ignore if less than 0)

Implements

ICinemachineCameraUpdateCameraState(Vector3, Single)
See Also