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
HitArea 类表示一个鼠标点击区域,可以通过一系列矢量图形定义为可点击和非可点击区域(目前仅支持圆形、矩形和多边形)。
The Graphics object that defines the clickable area.(currently only supports circles, rectangles, and polygons).
定义可点击区域的 Graphics 对象。(目前只支持圆形,矩形,多边形)
The Graphics object that defines the non-clickable area,(currently only supports circles, rectangles, and polygons).
定义不可点击区域的 Graphics 对象。(目前只支持圆形,矩形,多边形)
The x-coordinate of the point (horizontal position).
The y-coordinate of the point (vertical position).
The Sprite object that contains the point.
true if the object contains the specified point; otherwise false.
Checks whether the object contains a specified point.
检测对象是否包含指定的点。
Called after deserialization.
序列化后调用。
En
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).Zh
HitArea
类表示一个鼠标点击区域,可以通过一系列矢量图形定义为可点击和非可点击区域(目前仅支持圆形、矩形和多边形)。