UNPKG

nui-commander

Version:

Based on block detect samples of webcam surface. nui commander support msgbox yes/no, ...

15 lines (10 loc) 311 B
import { modelBlock } from "./system/buffer-load" export var interActionController = { main: [] } for (var x = 0; x < 64; x++) { interActionController.main.push(new modelBlock(x)) } interActionController.main[0].onAction = function() { console.log("Default command ... ", this.status) }