ClockStone Audio Toolkit for Unity - Documentation
AudioObjectPlay Method |
Plays the audio clip with the specified delay.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public void Play( float delay = 0f )
Parameters
- delay (Optional)
- Type: SystemSingle
The delay [Default=0].
See Also