public interface CustomVisualDialogDelegate
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CustomVisualDialogDelegate.DialogCallbacks |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount) |
CustomUIPanelPlugin |
getCustomPanelPlugin() |
float |
getNoiseAlpha() |
void |
init(CustomPanelAPI panel,
CustomVisualDialogDelegate.DialogCallbacks callbacks) |
void |
reportDismissed(int option) |
void init(CustomPanelAPI panel, CustomVisualDialogDelegate.DialogCallbacks callbacks)
CustomUIPanelPlugin getCustomPanelPlugin()
float getNoiseAlpha()
void advance(float amount)
void reportDismissed(int option)