Cinemachine
CinemachineBrainSoloCamera Property |
API for the Unity Editor.
Show this camera no matter what. This is static, and so affects all Cinemachine brains.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static ICinemachineCamera SoloCamera { get; set; }
Cinemachine.CinemachineBrain.get_SoloCamera = function(); Cinemachine.CinemachineBrain.set_SoloCamera = function(value);
Property Value
Type: ICinemachineCameraSee Also