CinemachineBlend.Uses Method

Cinemachine

CinemachineBlendUses Method

Does the blend use a specific Cinemachine Virtual Camera?

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool Uses(
	ICinemachineCamera cam
)
function Uses(cam);

Parameters

cam
Type: CinemachineICinemachineCamera
The camera to test

Return Value

Type: Boolean
True if the camera is involved in the blend
See Also