Method ShowSubtitle
ShowSubtitle(String, Int32)
Shows a subtitle at the bottom of the screen for a given time
Declaration
public static void ShowSubtitle(string message, int duration = 2500)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The message to display. |
| System.Int32 | duration | The duration to display the subtitle in milliseconds. |