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 | Kind { Error
, Warning
, Success
, Info
} |
|
enum | Position { Bottom
, Ceiling
} |
|
enum | 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) |
|
|
NotificationDelegate | OnDeleted |
| Event which will be emitted after the notification has been deleted externally.
|
|
NotificationDelegate | OnWaitingForDestroyFinished |
| Event which will be emitted as soon as the notification reached its time to be destroyed.
|
|
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.