Click or drag to resize

MessageDisplayDialogDataMessageDisplayDialogLayouts Enumeration

Lists the supported layouts for the message dialogs

Namespace:  ImmerseSDK.UI.MessageDisplay
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public enum MessageDisplayDialogLayouts
Members
  Member nameValueDescription
SingleColumn0 Single column text with an image
DoubleColumn1 Double column text with an image
Notification2 Notification (Error, Warning, etc) message
ProgressMessage3 Shows a loading message
ControllerInstructions4 Shows the instructions for the current Vr controller
See Also