CinemachineCore.Stage Enumeration

Cinemachine

CinemachineCoreStage Enumeration

Stages in the Cinemachine Component pipeline, used for UI organization>. This enum defines the pipeline order.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum Stage
Cinemachine.Stage = function();
Cinemachine.Stage.createEnum('Cinemachine.Stage', false);
Members
  Member nameValueDescription
Body0Second stage: position the camera in space
Aim1Third stage: orient the camera to point at the target
Noise2Final stage: apply noise (this is done separately, in the Correction channel of the CameraState)
See Also