MonoBehaviour that is used with the VLNotification.prefab and which is managing its UI components. Its appearance and behaviour is set during instantiation by its NotificationObject.
More...
Inherits MonoBehaviour.
|
| enum class | Kind { Error
, Warning
, Success
, Info
} |
| |
| enum class | Position { Bottom
, Ceiling
} |
| |
| enum class | Type { Inline
} |
| |
|
|
void | ApplyOffset (bool applyInPositiveDirection, int order) |
| |
|
delegate void | NotificationDelegate (Notification notification) |
| | Delegate for event texts.
|
| |
|
void | SetAction (System.Action action) |
| |
|
void | SetColor (Color color) |
| |
|
void | SetIcon (string icon) |
| |
|
void | SetPosition (Position position) |
| |
|
void | SetTexts (string titleText, string captionText) |
| |
|
void | SetVisibilityOfChildren (bool show) |
| |
|
void | TriggerDestroyAfterSeconds (float seconds) |
| |
MonoBehaviour that is used with the VLNotification.prefab and which is managing its UI components. Its appearance and behaviour is set during instantiation by its NotificationObject.