Enum CinemachineCore.Stage
Stages in the Cinemachine Component pipeline, used for UI organization>. This enum defines the pipeline order.
Namespace: Cinemachine
Syntax
public enum Stage
Fields
Name | Description | Value |
---|---|---|
Aim | Third stage: orient the camera to point at the target |
|
Body | Second stage: position the camera in space |
|
Finalize | Post-correction stage. This is invoked on all virtual camera types, after the pipeline is complete |
|
Noise | Final pipeline stage: apply noise (this is done separately, in the Correction channel of the CameraState) |