grid-engine
    Preparing search index...

    Interface WalkingAnimationMapping

    interface WalkingAnimationMapping {
        down: FrameRow;
        "down-left"?: FrameRow;
        "down-right"?: FrameRow;
        left: FrameRow;
        right: FrameRow;
        up: FrameRow;
        "up-left"?: FrameRow;
        "up-right"?: FrameRow;
    }
    Index

    Properties

    down: FrameRow

    FrameRow for moving down

    "down-left"?: FrameRow

    FrameRow for moving down-left

    "down-right"?: FrameRow

    FrameRow for moving down-right

    left: FrameRow

    FrameRow for moving left

    right: FrameRow

    FrameRow for moving right

    FrameRow for moving up

    "up-left"?: FrameRow

    FrameRow for moving up-left

    "up-right"?: FrameRow

    FrameRow for moving up-right