PlaySound

data class PlaySound(val sound: Sound?, val volume: Double = 0.7, val pitch: Double = 1.0, val location: Location?) : Action

Constructors

Link copied to clipboard
constructor(sound: Sound?, volume: Double = 0.7, pitch: Double = 1.0, location: Location?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sound: Sound?
Link copied to clipboard