PlaySound
indigo.shared.events.PlaySound
final case class PlaySound(assetName: AssetName, volume: Volume) extends GlobalEvent
Can be emitted to trigger the one time play back of a sound asset.
Value parameters
- assetName
-
Reference to the loaded asset
- volume
-
What volume level to play at
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GlobalEventclass Objecttrait Matchableclass Any
Members list
In this article