The HitArea class represents a mouse click area that can be defined by a series of vector shapes for clickable and non-clickable regions (currently only supports circles, rectangles, and polygons).

HitArea 类表示一个鼠标点击区域,可以通过一系列矢量图形定义为可点击和非可点击区域(目前仅支持圆形、矩形和多边形)。

实现

构造函数

访问器

方法

构造函数

访问器

方法

  • 参数

    • x: number

      The x-coordinate of the point (horizontal position).

    • y: number

      The y-coordinate of the point (vertical position).

    • sp: Sprite

      The Sprite object that contains the point.

    返回 boolean

    true if the object contains the specified point; otherwise false.

    Checks whether the object contains a specified point.

    检测对象是否包含指定的点。