Click or drag to resize

ShakeGetAmplitude Method (Single)

Gets the amplitude at a specific (normalized) time.

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 float GetAmplitude(
	float t
)
Request Example View Source

Parameters

t
Type: SystemSingle
The normalized time to get the amplitude for (0-1)

Return Value

Type: Single
The amplitude at the specific time.
See Also