Click or drag to resize

MessageDisplayDialogDataCreateProgressMessageDialog Method (String, Color, Single)

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
C#
public static MessageDisplayDialogData CreateProgressMessageDialog(
	string mainText,
	UnityEngine.Color initialColor,
	float intialProgress
)

Parameters

mainText
Type: SystemString
initialColor
Type: UnityEngine.Color
intialProgress
Type: SystemSingle

Return Value

Type: MessageDisplayDialogData
See Also