gltf-parser-plugin 1.1.8 → 1.1.9
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/build/index.d.ts
CHANGED
|
@@ -292,9 +292,10 @@ export declare class GLTFParserPlugin implements MeshHelperHost {
|
|
|
292
292
|
*/
|
|
293
293
|
setStyle(style: StyleConfig | null): void;
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* 当前样式配置。赋值与 `setStyle(...)` 等价,例如 `plugin.style = { show, conditions }`。
|
|
296
296
|
*/
|
|
297
297
|
get style(): StyleConfig | null;
|
|
298
|
+
set style(style: StyleConfig | null);
|
|
298
299
|
/**
|
|
299
300
|
* 清除构件样式
|
|
300
301
|
*/
|