@splinetool/runtime 0.6.19 → 0.6.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splinetool/runtime",
3
- "version": "0.6.19",
3
+ "version": "0.6.20",
4
4
  "main": "build/runtime.js",
5
5
  "files": [
6
6
  "build",
package/runtime.d.ts CHANGED
@@ -40,6 +40,7 @@ declare module '@splinetool/runtime' {
40
40
  };
41
41
 
42
42
  export class Application {
43
+ _controls: any;
43
44
  autoRender: boolean;
44
45
  canvas: HTMLCanvasElement;
45
46
  constructor(
@@ -47,7 +48,7 @@ declare module '@splinetool/runtime' {
47
48
  { autoRender }: { autoRender: true }
48
49
  );
49
50
  load(path: string): Promise<void>;
50
- start(array: ArrayBuffer): Promise<void>;
51
+ start(array: ArrayBuffer): void;
51
52
  /**
52
53
  * Searches through scene's children and returns the object with that uuid
53
54
  * @param uuid String to match to the object's uuid