@mml-io/mml-web-playcanvas-standalone 0.19.0 → 0.19.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Interaction, MMLGraphicsInterface } from "@mml-io/mml-web";
|
|
1
|
+
import { Interaction, MMLGraphicsInterface, StandaloneGraphicsAdapter } from "@mml-io/mml-web";
|
|
2
2
|
import { PlayCanvasGraphicsAdapter } from "@mml-io/mml-web-playcanvas";
|
|
3
3
|
import * as playcanvas from "playcanvas";
|
|
4
4
|
import { PlayCanvasControls } from "./controls/PlayCanvasControls";
|
|
@@ -10,7 +10,7 @@ export declare enum StandalonePlayCanvasAdapterControlsType {
|
|
|
10
10
|
export type StandalonePlayCanvasAdapterOptions = {
|
|
11
11
|
controlsType?: StandalonePlayCanvasAdapterControlsType;
|
|
12
12
|
};
|
|
13
|
-
export declare class StandalonePlayCanvasAdapter implements PlayCanvasGraphicsAdapter {
|
|
13
|
+
export declare class StandalonePlayCanvasAdapter implements PlayCanvasGraphicsAdapter, StandaloneGraphicsAdapter {
|
|
14
14
|
private element;
|
|
15
15
|
private options;
|
|
16
16
|
containerType: playcanvas.Entity;
|