PixelCrushers.DialogueSystem.AbstractUIRoot Class Referenceabstract

Abstract UI root. More...

Inheritance diagram for PixelCrushers.DialogueSystem.AbstractUIRoot:

Public Member Functions

void Show ()
 Shows the UI root.
 
void Hide ()
 Hides the UI root.
 

Detailed Description

Abstract UI root.

Each GUI system implementation derives its own subclass from this. For example, the Dialogue System's Unity GUI system implements this using GUIRoot, whereas NGUI implements it using an NGUI UIRoot.

Member Function Documentation

◆ Hide()

void PixelCrushers.DialogueSystem.AbstractUIRoot.Hide ( )
abstract

Hides the UI root.

◆ Show()

void PixelCrushers.DialogueSystem.AbstractUIRoot.Show ( )
abstract

Shows the UI root.


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