fozmo-3d-preview
Advanced tools
Comparing version 1.0.59 to 1.0.60
@@ -126,3 +126,3 @@ import { ENV } from './framework/defines/HHGameTypes'; | ||
*/ | ||
saveCallback?: (params: RenderParam) => void; | ||
saveCallback?: (params: RenderParam, showToast: boolean) => void; | ||
} | ||
@@ -129,0 +129,0 @@ export declare class Fozmo3DPreview { |
@@ -749,3 +749,3 @@ import { EEncryptExt, ENormalExt, ResLoaderManager } from './../manager/ResLoaderManager'; | ||
window.console.log('保存'); | ||
this._saveCallback(this._params); | ||
this._saveCallback(this._params, true); | ||
} | ||
@@ -874,3 +874,3 @@ }; | ||
if (this._saveCallback) { | ||
this._saveCallback(this._params); | ||
this._saveCallback(this._params, false); | ||
} | ||
@@ -877,0 +877,0 @@ } |
{ | ||
"name": "fozmo-3d-preview", | ||
"version": "1.0.59", | ||
"version": "1.0.60", | ||
"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
208229