JourneyCalculatorFULL version only
Class in ChivalrousGames.DungeonMaster / Inherits from: MonoBehaviour
Description
Journey renderer. Renders a Journey on the map. Was made into a MonoBehaviour to simplify replacing it with another implementation.
Methods
CalculateJourney
public abstract Journey CalculateJourney(DungeonCharacter character, Room goal);
Parameters
character | DungeonCharacter | Character who wants to undertake a journey. |
goal | Room | Goal room of the journey. |
Return
Journey | The journey or null if no possible journey could be found. |
Description
Calculates the journey starting from a characters location toward a goal room.