游標進入圖素事件。

interface OnMouseEnterEntityEvent {
    mousePos: null | GeoPoint;
}

Properties

Properties

mousePos: null | GeoPoint

滑鼠座標。

Generated using TypeDoc