Cinemachine
![]() | CinemachineComponentBaseMutateCameraState Method |
Mutates the camera state. This state will later be applied to the camera.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

public abstract void MutateCameraState( ref CameraState curState, float deltaTime )
function MutateCameraState(curState, deltaTime);
Parameters
- curState
- Type: CinemachineCameraState
Input state that must be mutated - deltaTime
- Type: SystemSingle
Delta time for time-based effects (ignore if less than 0)
