| 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 public override void Start(
float amplitude,
int frequency,
float duration
)
Request Example
View SourceParameters
- 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