Method MutateCameraState
MutateCameraState(ref CameraState, float)
Mutates the camera state. This state will later be applied to the camera.
Declaration
public abstract void MutateCameraState(ref CameraState curState, float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
CameraState | curState | Input state that must be mutated |
float | deltaTime | Delta time for time-based effects (ignore if less than 0) |