SoundBlockAdmin

interface SoundBlockAdmin

Functions

Link copied to clipboard
abstract fun playSound(blockId: String)
Link copied to clipboard
abstract fun selectSound(blockId: String, cueId: String)
Link copied to clipboard
abstract fun setLoopPeriod(blockId: String, loopPeriod: Float)
Link copied to clipboard
abstract fun setRange(blockId: String, range: Float)
Link copied to clipboard
abstract fun setVolume(blockId: String, volume: Float)
Link copied to clipboard
abstract fun stopSound(blockId: String)