Method Prioritize
Prioritize()
When multiple Cm 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 CinemachineCamera is enabled: the most recent one goes to the top of the priority sub-queue.
Use this method to push a camera to the top of its priority peers.
If it and its peers share the highest priority, then this vcam will become Live.
Declaration
public void Prioritize()