| MessageDisplayDialogDataMessageDisplayDialogLayouts Enumeration |
Lists the supported layouts for the message dialogs
Namespace:
ImmerseSDK.UI.MessageDisplay
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum MessageDisplayDialogLayouts
Members
| Member name | Value | Description |
---|
| SingleColumn | 0 |
Single column text with an image
|
| DoubleColumn | 1 |
Double column text with an image
|
| Notification | 2 |
Notification (Error, Warning, etc) message
|
| ProgressMessage | 3 |
Shows a loading message
|
| ControllerInstructions | 4 |
Shows the instructions for the current Vr controller
|
See Also