-
Notifications
You must be signed in to change notification settings - Fork 0
NarrativeLogUI_ClassAPI
CG-Tespy edited this page Jul 28, 2019
·
1 revision
The manager of the UI aspects of the NarrativeLog. It's meant to be the interface for the NarrativeLog that objects outside the system use.
Inherits from MonoBehaviour.
Namespace: Fungus.NarrativeLogSystem
protected NarrativeLog narrativeLog
- Much of what this component does is in response to this.
- Instantiates and parents instances of this to the entryHolder.
- The entries have to be organized somewhere.
virtual void SetLogEntries(IList<Entry> entries)
- Clears the NarrativeLog, then fills it with the passed entries.
- Clears the NarrativeLog set for it.
- Opens the menu this UI is meant to be managing.
- Closes the menu this UI is meant to be managing.