| MessageDisplayDialogDataCreateProgressMessageDialog Method (String, Single, Int32) |
Creates a new instance with a layout that has a progress bar and some text
Namespace:
ImmerseSDK.UI.MessageDisplay
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public static MessageDisplayDialogData CreateProgressMessageDialog(
string mainText,
float intialProgress,
int priority
)
Parameters
- mainText
- Type: SystemString
- intialProgress
- Type: SystemSingle
- priority
- Type: SystemInt32
Return Value
Type:
MessageDisplayDialogDataSee Also