@splinetool/runtime
Advanced tools
Comparing version 0.6.19 to 0.6.20
{ | ||
"name": "@splinetool/runtime", | ||
"version": "0.6.19", | ||
"version": "0.6.20", | ||
"main": "build/runtime.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -43,2 +43,3 @@ declare module '@splinetool/runtime' { | ||
export class Application { | ||
_controls: any; | ||
autoRender: boolean; | ||
@@ -51,3 +52,3 @@ canvas: HTMLCanvasElement; | ||
load(path: string): Promise<void>; | ||
start(array: ArrayBuffer): Promise<void>; | ||
start(array: ArrayBuffer): void; | ||
/** | ||
@@ -54,0 +55,0 @@ * Searches through scene's children and returns the object with that uuid |
Sorry, the diff of this file is too big to display
1294924
8585