Interface IMoveEndEvent

interface IMoveEndEvent {
    isArrived: boolean;
    isReachable: boolean;
    targetPos: IPoint;
}

Properties

isArrived: boolean
isReachable: boolean
targetPos: IPoint

Generated using TypeDoc