Other Enumerations

The following enumerations are available globally.

  • An enumeration for the different types of game tiles that the level can consist of.

    See more

    Declaration

    Swift

    public enum GameTileType
  • An enumerated representation of costume types.

    See more

    Declaration

    Swift

    public enum PlayerCostumeType : String
  • An enumeration for the different directions a player can move.

    See more

    Declaration

    Swift

    public enum PlayerMoveDirection