CinemachineStateDrivenCamera.IsLiveChild Method

Cinemachine

CinemachineStateDrivenCameraIsLiveChild Method

Check whether the vcam a live child of this camera.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override bool IsLiveChild(
	ICinemachineCamera vcam
)
function IsLiveChild(vcam);

Parameters

vcam
Type: CinemachineICinemachineCamera
The Virtual Camera to check

Return Value

Type: Boolean
True if the vcam is currently actively influencing the state of this vcam

Implements

ICinemachineCameraIsLiveChild(ICinemachineCamera)
See Also