Struct MessageDialogSystem.ProgressBarParams
Parameters for the progress bar display mode
Namespace: Unity.PSN.PS5.Dialogs
Syntax
public struct ProgressBarParams
Properties
BarType
Progress bar type
Declaration
public MessageDialogSystem.ProgressBarParams.BarTypes BarType { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageDialogSystem.ProgressBarParams.BarTypes |
Msg
Displayed user message
Declaration
public string Msg { get; set; }
Property Value
| Type | Description |
|---|---|
| String |