Method IsLiveInBlend
IsLiveInBlend(ICinemachineCamera)
Checks if the vcam is live as part of an outgoing blend.
Does not check whether the vcam is also the current active vcam.
Declaration
public bool IsLiveInBlend(ICinemachineCamera cam)
Parameters
Type | Name | Description |
---|---|---|
ICinemachineCamera | cam | The virtual camera to check |
Returns
Type | Description |
---|---|
bool | True if the virtual camera is part of a live outgoing blend, false otherwise |