Method MutateCameraState
MutateCameraState(ref CameraState, float)
Applies noise to the Correction channel of the CameraState if the delta time is greater than 0. Otherwise, does nothing.
선언
public override void MutateCameraState(ref CameraState curState, float deltaTime)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CameraState | curState | The current camera state |
float | deltaTime | How much to advance the perlin noise generator. Noise is only applied if this value is greater than or equal to 0 |