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 |
|---|---|---|
| Body | Second stage: position the camera in space |
0 |
| Aim | Third stage: orient the camera to point at the target |
1 |
| Noise | Final pipeline stage: apply noise (this is done separately, in the Correction channel of the CameraState) |
2 |
| Finalize | Post-correction stage. This is invoked on all virtual camera types, after the pipeline is complete |
3 |