ResourceSoundEffect

data class ResourceSoundEffect(var key: String) : SoundEffect

A sound effect from a resource, identified by a key.

Constructors

Link copied to clipboard
constructor(key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var key: String