Method Show
Show(String, LoadingSpinnerType)
Creates a loading prompt at the bottom right of the screen with the given text and spinner type
Declaration
public static void Show(string loadingText = null, LoadingSpinnerType spinnerType = LoadingSpinnerType.RegularClockwise)
Parameters
Type | Name | Description |
---|---|---|
System.String | loadingText | The text to display next to the spinner |
LoadingSpinnerType | spinnerType | The style of spinner to draw |
Remarks
Clockwise1, Clockwise2, Clockwise3 and RegularClockwise all see to be the same. But Rockstar apparently always uses RegularClockwise in their scripts.