@soonspacejs/plugin-cps-soonmanager 2.11.27 → 2.11.29

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
@@ -159,12 +159,22 @@ declare class CpsSoonmanagerPlugin {
159
159
  * @param index
160
160
  */
161
161
  flyToSceneFromVisionsData(index?: number): Promise<void>;
162
+ /**
163
+ * 飞向场景主视角
164
+ * @param fallback 是否使用默认视角
165
+ */
166
+ flyToMainSceneFromVisionsData(fallback?: boolean): Promise<boolean>;
162
167
  /**
163
168
  * 飞向对象视角
164
169
  * @param object
165
170
  * @param index
166
171
  */
167
172
  flyToObjectFromVisionsData(object: BaseObject3D, index?: number): Promise<void>;
173
+ /**
174
+ * 飞向对象默认视角
175
+ * @param fallback 是否使用默认视角
176
+ */
177
+ flyToMainObjectFromVisionsData(object: BaseObject3D, fallback?: boolean): Promise<boolean>;
168
178
  /**
169
179
  * 加载流程数据
170
180
  */