Effect Handlers
// Only plays the effect once.
void PlayOnce()
// Start playing the effect indefinitely
void Play()
// Paused the effect. When the play called, it resumes.
void Pause()
// Stops the effect and resets it
void Stop() Last updated