All dialog related UI scripts can be found here.
|
namespace | Editor |
| All dialog related UI scripts, which are required for the editor can be found here.
|
|
namespace | UI |
| All dialog related UI scripts, which are required for the UI interaction can be found here.
|
|
|
class | DialogManager |
| The DialogManager is a Module which manages the existing dialogs saved by the dialog graph. It requires UIEventManager and DisplayDialog to display the current dialog node on a canavas. Requires SaveGameManager if game states are used for the dialogs. More...
|
|
class | DialogNodeData |
| The dialog node data which is used at runtime and to serialize the dialog graph. More...
|
|