CinemachineBasicMultiChannelPerlin.MutateCameraState Method

Cinemachine

CinemachineBasicMultiChannelPerlinMutateCameraState Method

Applies noise to the Correction channel of the CameraState if the delta time is greater than 0. Otherwise, does nothing.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override void MutateCameraState(
	ref CameraState curState,
	float deltaTime
)
function MutateCameraState(curState, deltaTime);

Parameters

curState
Type: CinemachineCameraState
The current camera state
deltaTime
Type: SystemSingle
How much to advance the perlin noise generator. Noise is only applied if this value is greater than or equal to 0
See Also