Click or drag to resize

OnEnabledShowSingleColumnDialog Class

When enabled, it displays a dialog with the settings specified
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDK.Interaction.ReactionsOnEnabledShowDialogBase
            ImmerseSDK.Interaction.ReactionsOnEnabledShowSingleColumnDialog

Namespace:  ImmerseSDK.Interaction.Reactions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public class OnEnabledShowSingleColumnDialog : OnEnabledShowDialogBase

The OnEnabledShowSingleColumnDialog type exposes the following members.

Constructors
  NameDescription
Public methodOnEnabledShowSingleColumnDialog
Initializes a new instance of the OnEnabledShowSingleColumnDialog class
Top
Methods
Fields
  NameDescription
Private field_mainImage
Main Image to display on the dialog. Set either _mainSprite or _mainImage. Only one will be used.
Private field_mainImageText
Main text for image. This is for either image.
Private field_mainSprite
Main Image to display on the dialog. Set either _mainSprite or _mainImage. Only one will be used.
Private field_mainText
Main text
Private field_title
Dialog title text
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also