Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.IQuestJournalUI Interface Reference

Interface for quest journal UIs. More...

Inheritance diagram for PixelCrushers.QuestMachine.IQuestJournalUI:

Public Member Functions

void Show (QuestJournal questJournal)
 Show the quest journal contents in the UI.
 
void Hide ()
 Hide the UI.
 
void Toggle (QuestJournal questJournal)
 Toggle the visibility of the UI.
 
void Repaint (QuestJournal questJournal)
 Repaint the UI.
 
bool IsGroupExpanded (string groupName)
 True if the group is expanded in the UI.
 
void ToggleGroup (string groupName)
 Toggles whether a group is expanded or not.
 
void SelectQuest (Quest quest)
 Selects a quest to show more details.
 

Properties

bool isVisible [get]
 

Detailed Description

Interface for quest journal UIs.

Member Function Documentation

◆ Hide()

void PixelCrushers.QuestMachine.IQuestJournalUI.Hide ( )

◆ IsGroupExpanded()

bool PixelCrushers.QuestMachine.IQuestJournalUI.IsGroupExpanded ( string  groupName)

True if the group is expanded in the UI.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestJournalUI.

◆ Repaint()

void PixelCrushers.QuestMachine.IQuestJournalUI.Repaint ( QuestJournal  questJournal)

Repaint the UI.

Parameters
questJournal

Implemented in PixelCrushers.QuestMachine.UnityUIQuestJournalUI.

◆ SelectQuest()

void PixelCrushers.QuestMachine.IQuestJournalUI.SelectQuest ( Quest  quest)

Selects a quest to show more details.

Parameters
questThe quest to select.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestJournalUI.

◆ Show()

void PixelCrushers.QuestMachine.IQuestJournalUI.Show ( QuestJournal  questJournal)

Show the quest journal contents in the UI.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestJournalUI.

◆ Toggle()

void PixelCrushers.QuestMachine.IQuestJournalUI.Toggle ( QuestJournal  questJournal)

Toggle the visibility of the UI.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestJournalUI.

◆ ToggleGroup()

void PixelCrushers.QuestMachine.IQuestJournalUI.ToggleGroup ( string  groupName)

Toggles whether a group is expanded or not.

Parameters
groupNameGroup to toggle.

Implemented in PixelCrushers.QuestMachine.UnityUIQuestJournalUI.

Property Documentation

◆ isVisible

bool PixelCrushers.QuestMachine.IQuestJournalUI.isVisible
get

The documentation for this interface was generated from the following file: