MapGameObjects
Class in ChivalrousGames.DungeonMaster
Description
Game objects to represent elements on the map.
Fields
discovered | GameObject | The GameObject that represents a discovered but unvisited Room (or could be another element) on the map. Default game object is provided in “ChivalrousGames\DungeonMaster\Tools\MapElements\MapRoomDiscovered”. |
visited | GameObject | The GameObject that represents a visited Room (or could be another element) on the map. Default game object is provided in “ChivalrousGames\DungeonMaster\Tools\MapElements\MapRoomVisited”. |
character | GameObject | The GameObject that represents the Dungeon Character location on the map. Default game object is provided in “ChivalrousGames\DungeonMaster\Tools\MapElements\MapCharacterPosition”. |