CinemachineExternalCamera.State Property

Cinemachine

CinemachineExternalCameraState Property

Get the CameraState, as we are able to construct one from the Unity Camera

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override CameraState State { get; }
function get_State();

Property Value

Type: CameraState

Implements

ICinemachineCameraState
See Also