@vvfx/sdk 0.1.19-alpha.36 → 0.1.19-alpha.37

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.cts CHANGED
@@ -3648,7 +3648,7 @@ declare class InteractionUtils {
3648
3648
  * @description 获取 template 模式下视图与场景的缩放比 (viewportWidth / sceneWidth)
3649
3649
  * 场景未就绪时回退到 1,并打印一次 warning
3650
3650
  */
3651
- private getTemplateViewScale;
3651
+ getTemplateViewScale(): number;
3652
3652
  getViewSizeByPixelSize(pixelSize: Vector2): Vector2;
3653
3653
  /**
3654
3654
  * @description 对空间坐标进行投影
package/dist/index.d.ts CHANGED
@@ -3648,7 +3648,7 @@ declare class InteractionUtils {
3648
3648
  * @description 获取 template 模式下视图与场景的缩放比 (viewportWidth / sceneWidth)
3649
3649
  * 场景未就绪时回退到 1,并打印一次 warning
3650
3650
  */
3651
- private getTemplateViewScale;
3651
+ getTemplateViewScale(): number;
3652
3652
  getViewSizeByPixelSize(pixelSize: Vector2): Vector2;
3653
3653
  /**
3654
3654
  * @description 对空间坐标进行投影