| Shake2DGetAmplitude 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 public override Vector2 GetAmplitude(
float t
)
Request Example
View SourceParameters
- t
- Type: SystemSingle
The normalized time to get the amplitude for (0-1)
Return Value
Type:
Vector2The amplitude at the specific time.
See Also