base class for text boxes that can be used to show texts as part of a timeline
https://adventure.softleitner.com/manual
|
|
void | SetFallbackText (string title, string content) |
| |
|
void | SetProgress (float value) |
| |
|
void | SetOpacity (float value) |
| |
|
void | WaitForConfirmation () |
| |
|
void | OnConfirm (InputAction.CallbackContext callbackContext) |
| |
|
void | Confirm () |
| |
|
void | Confirm (string clipName) |
| |
|
void | OnAdvance (InputAction.CallbackContext callbackContext) |
| |
|
void | Advance () |
| |
|
|
UnityEvent< string > | Starting |
| |
|
UnityEvent< string > | Awaiting |
| |
|
UnityEvent< string > | Ending |
| |
|
|
TextBoxBehaviour | CurrentBehaviour [get, set] |
| |
|
bool | IsWorking [get] |
| |
|
bool | IsAwaitingConfirmation [get] |
| |
|
string | CurrentClipName [get] |
| |
|
string | Title [get, set] |
| |
|
string | Content [get, set] |
| |
|
float | Opacity [get, set] |
| |
|
bool | IsConfirmationVisible [get, set] |
| |