MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / play

Method play

src/main/java/trace/graphics/remote/Space.kt:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 inner class Layer(val name: String) {
10
11 fun play(time: Double) {
12 r.execute("channelMap['$name'].LaudioElement.currentTime=$time; channelMap['$name'].LaudioElement.play()")
13 }
14
15 fun play() {
16 r.execute(" channelMap['$name'].LaudioElement.play()")
17 }
18
19 fun pause() {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected