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 name | Value | Description | |
---|---|---|---|
Body | 0 | Second stage: position the camera in space | |
Aim | 1 | Third stage: orient the camera to point at the target | |
Noise | 2 | Final stage: apply noise (this is done separately, in the Correction channel of the CameraState) |
See Also