CinemachineVirtualCameraBase.MoveToTopOfPrioritySubqueue Method

Cinemachine

CinemachineVirtualCameraBaseMoveToTopOfPrioritySubqueue Method

When multiple virtual cameras have the highest priority, there is sometimes the need to push one to the top, making it the current Live camera if it shares the highest priority in the queue with its peers. This happens automatically when a new vcam is enabled: the most recent one goes to the top of the priority subqueue. Use this method to push a vcam to the top of its priority peers. If it and its peers share the highest priority, then this vcam will become Live.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public void MoveToTopOfPrioritySubqueue()
function MoveToTopOfPrioritySubqueue();
See Also