interface IHitArea {
    contains(x: number, y: number, sp?: Sprite): boolean;
}

实现于

方法

方法