Method MutateCameraState
MutateCameraState(ref CameraState, float)
Mutates the camera state. This state will later be applied to the camera.
선언
public abstract void MutateCameraState(ref CameraState curState, float deltaTime)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| CameraState | curState | Input state that must be mutated |
| float | deltaTime | Delta time for time-based effects (ignore if less than 0) |