DialogManagedControls
The DialogManagedControls is the class responsible for managing controls in a centralized and standard way. It provides some methods that invoke methods from all DialogController scripts present in the scene.
Methods API
| Method | Parameters | Returns | Description |
| NextDialog | Displays the next dialog (if there is an active dialog being displayed). | ||
| PrevDialog | Displays the next dialog (if there is an active dialog being displayed). |