CinemachineVirtualCameraBase.Priority Property

Cinemachine

CinemachineVirtualCameraBasePriority Property

Get the Priority of the virtual camera. This determines its placement in the CinemachineCore's queue of eligible shots.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int Priority { get; set; }
function get_Priority();
function set_Priority(value);

Property Value

Type: Int32

Implements

ICinemachineCameraPriority
See Also