Click or drag to resize

Shake2DStart Method

Starts (or restarts) the shake with new parameters.

Namespace:  Archon.SwissArmyLib.Utils.Shake
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void Start(
	float amplitude,
	int frequency,
	float duration
)
Request Example View Source

Parameters

amplitude
Type: SystemSingle
Amplitude of the new shake.
frequency
Type: SystemInt32
Frequency of the new shake.
duration
Type: SystemSingle
Duration of the new shake.
See Also