Searched refs:SkpDebugPlayer (Results 1 – 2 of 2) sorted by relevance
27 class SkpDebugPlayer { class29 SkpDebugPlayer() {} in SkpDebugPlayer() function in SkpDebugPlayer77 class_<SkpDebugPlayer>("SkpDebugPlayer") in EMSCRIPTEN_BINDINGS()79 .function("loadSkp", &SkpDebugPlayer::loadSkp, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()80 .function("drawTo", &SkpDebugPlayer::drawTo, allow_raw_pointers()); in EMSCRIPTEN_BINDINGS()
28 const player = new Debugger.SkpDebugPlayer();