JourneyRendererFULL version only
Class in ChivalrousGames.DungeonMaster / Inherits from: MonoBehaviour
Description
Renders a Journey on the map. Was made into a MonoBehaviour to simplify replacing it with another implementation.
Properties
IsJourneyDisplayed | bool | ReadOnly Gets a value indicating whether a Journey is currently being displayed on the Dungeon map. |
Methods
RenderJourney
public abstract void RenderJourney (Journey journey, Level level, int floor);
Parameters
journey | Journey | The Journey to render on the map. |
level | Level | The Level currently displayed on the map. |
floor | int | “>The floor currently displayed on the map. |
Description
Renders a Journey on the Dungeon’s map.
UnrenderJourney
public abstract void UnrenderJourney();