12345678910111213141516171819202122232425262728293031 |
- {
- "extends": "proxy/aframe/aentity.vwf",
- "type": "transport",
- "properties": {
- "beat": null,
- "playing": null
- },
- "methods": {
- "init": {},
- "simpleVis": {},
- "animationUpdate": {
- "parameters": [
- "time",
- "duration"
- ]
- },
- "play": {},
- "stop": {},
- "setupTransport": {},
- "doGlobalBeat": {
- "parameters": [
- "time",
- "duration",
- "beat"
- ]
- }
- },
- "scripts": {
- "source": "transport.js"
- }
- }
|