Enum CinemachineCore.Stage
Stages in the Cinemachine Component pipeline, used for UI organization>. This enum defines the pipeline order.
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public enum CinemachineCore.Stage
필드
이름 | 설명 |
---|---|
Aim | Third stage: orient the camera to point at the target |
Body | Second stage: position the camera in space |
Finalize | Not a pipeline 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) |