ICinemachineCamera.Priority Property

Cinemachine

ICinemachineCameraPriority Property

Gets the priority of this ICinemachineCamera. The virtual camera will be inserted into the global priority stack based on this value.

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

Property Value

Type: Int32
See Also