lythreeframe 1.0.17 → 1.0.18
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.
|
@@ -28,6 +28,8 @@ export declare class ThreeJsApp {
|
|
|
28
28
|
protected _world: World;
|
|
29
29
|
protected _viewport: Viewport;
|
|
30
30
|
protected _controller: Controller;
|
|
31
|
+
get appParam(): AppParam;
|
|
32
|
+
protected _appParam: AppParam;
|
|
31
33
|
get onCameraChangedDelegate(): Delegate<[void]>;
|
|
32
34
|
protected _onCameraChangedDelegate: Delegate<[void]>;
|
|
33
35
|
constructor(elementId: string, appParam?: AppParam);
|