Class CinemachineFreeLookModifier.LensModifier
Builtin modifier for camera lens. Applies the lens at the start of the camera pipeline.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public class CinemachineFreeLookModifier.LensModifier : CinemachineFreeLookModifier.Modifier
Fields
Methods
Name | Description |
---|---|
Before |
Called from extension's PrePipelineMutateCameraState(). Perform any necessary actions to modify relevant camera settings. Original camera settings should be restored in AfterPipeline. |
Reset(Cinemachine |
Called when the modifier is created. Initialize fields with appropriate values. |
Validate(Cinemachine |
Called from OnValidate to validate this component |