Enum CinemachineCore.Stage
Stages in the Cinemachine Component pipeline. This enum defines the pipeline order.
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public enum CinemachineCore.Stage
Fields
Name | Description |
---|---|
Aim | Second stage: orient the camera to point at the target |
Body | First 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) |