Other Enumerations
The following enumerations are available globally.
-
An enumeration for the different types of game tiles that the level can consist of.
See moreDeclaration
Swift
public enum GameTileType
-
An enumerated representation of costume types.
See moreDeclaration
Swift
public enum PlayerCostumeType : String
-
An enumeration for the different directions a player can move.
See moreDeclaration
Swift
public enum PlayerMoveDirection