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