@glowjs/core 2026.4.22 → 2026.5.13

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.
@@ -2784,6 +2784,10 @@ export declare class Entity extends Base {
2784
2784
  */
2785
2785
  get position(): Point3D;
2786
2786
  set position(value: Point3D);
2787
+ /**
2788
+ * 获取内部位置,避免多选保存时移位
2789
+ */
2790
+ get _internalPosition(): Point3D;
2787
2791
  /**
2788
2792
  * 获取或设置偏移量
2789
2793
  */