Method MutateCameraState
MutateCameraState(ref CameraState, float)
Positions the virtual camera according to the transposer rules.
선언
public override void MutateCameraState(ref CameraState curState, float deltaTime)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| CameraState | curState | The current camera state |
| float | deltaTime | Used for damping. If less than 0, no damping is done. |