Toasty
| Summary | Simple configurable toasts system |
|---|---|
| Description |
How to use Send an event from your game code and configure the toast using its properties. IToastEvent.Post( te => te.Show( new Toast { Status = ToastStatus.Success, Text = "Awesome!" } ) ); Optional Properties • Duration (seconds) • Position (Enum)How to use
Send an event from your game code and configure the toast using its properties.
IToastEvent.Post( te => te.Show( new Toast
{
Status = ToastStatus.Success,
Text = "Awesome!"
} ) );
Optional Properties
• Duration (seconds)
• Position (Enum)
|
| Votes | 1 1 0 |
| Error Rate | 0% |
| Data | {} |