fozmo-3d-preview
Advanced tools
Comparing version 1.0.57 to 1.0.58
@@ -131,2 +131,7 @@ import { ENV } from './framework/defines/HHGameTypes'; | ||
/** | ||
* 是否初始化过 | ||
* @returns | ||
*/ | ||
static isInited(): boolean; | ||
/** | ||
* 启动预览 | ||
@@ -133,0 +138,0 @@ * @param {LaunchConfig} config 配置 |
@@ -8,2 +8,9 @@ import { HHConsole } from './framework/modules/Log/HHConsole'; | ||
/** | ||
* 是否初始化过 | ||
* @returns | ||
*/ | ||
static isInited() { | ||
return this._inited; | ||
} | ||
/** | ||
* 启动预览 | ||
@@ -33,2 +40,5 @@ * @param {LaunchConfig} config 配置 | ||
static close() { | ||
if (!this._inited) { | ||
return; | ||
} | ||
SpaceManager.inst.close(); | ||
@@ -35,0 +45,0 @@ } |
{ | ||
"name": "fozmo-3d-preview", | ||
"version": "1.0.57", | ||
"version": "1.0.58", | ||
"description": "风之末 作品预览", | ||
@@ -5,0 +5,0 @@ "main": "lib/Fozmo3DPreview.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208166
6164