@glowjs/core 2026.5.14 → 2026.6.15

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.
@@ -2674,6 +2674,10 @@ export declare class Entity extends Base {
2674
2674
  protected _cursor: string;
2675
2675
  _boundingInfoNode: TransformNode;
2676
2676
  protected _boxContainer: TransformNode;
2677
+ /**
2678
+ * 提示信息字体大小,单位像素(默认为空,使用12填充)
2679
+ */
2680
+ tipFontSize?: number;
2677
2681
  /**
2678
2682
  * 最大观察距离(包围球半径倍数)
2679
2683
  */