PhaseJumpPro

Design Patterns Code for Unity Games

View the Project on GitHub coinbump/PhaseJumpPro

Module: Model.Boards.BoardTypes

Parent: Model.Boards

Enum: MapDirection

Description

Defines 8-way movement on a board in terms of north, east, west, etc.

Stability

Stable.

Enum AxialDirection

Description

Defines left-right movement around an axis.

Example: look at cells surrounding a grid cell from left to right.

Stability

Stable.

Enum AxialType

Description

Defines which adjacent cells are considered part of the axial rotation.

Example: exclude diagonal cells in a grid board during an axial rotation check.

Stability

Stable.