FileSoundEffect

data class FileSoundEffect(var path: String) : SoundEffect

A sound effect from a file at a specified path.

Constructors

Link copied to clipboard
constructor(path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard