@soonspacejs/plugin-cps-soonmanager 2.12.1 → 2.13.0

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/dist/index.d.ts CHANGED
@@ -2,6 +2,7 @@ import SoonSpace, { TopologyNodeInfo } from 'soonspacejs';
2
2
  import type { BaseObject3D, Group, TopologyInfo } from 'soonspacejs';
3
3
  import { PoiNodeData } from '@soonspacejs/plugin-poi-renderer';
4
4
  import EffectPlugin from '@soonspacejs/plugin-effect';
5
+ import AtmospherePlugin from '@soonspacejs/plugin-atmosphere';
5
6
  import SoonFlow from '@soonflow/core';
6
7
  import { AnimationPlayer } from 'umanager-animation-parser';
7
8
  import { EventDispatcher } from 'three';
@@ -61,7 +62,11 @@ declare class CpsSoonmanagerPlugin extends EventDispatcher<IProgressEventMap> {
61
62
  /**
62
63
  * effect 插件
63
64
  */
64
- effectPlugin: EffectPlugin | null;
65
+ effectPlugin: EffectPlugin;
66
+ /**
67
+ * atomsphere 插件
68
+ */
69
+ atmospherePlugin: AtmospherePlugin;
65
70
  /**
66
71
  * 流程引擎实咧
67
72
  */