Click or drag to resize

OnEnabledShowDoubleColumnDialog 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.ReactionsOnEnabledShowDoubleColumnDialog

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

The OnEnabledShowDoubleColumnDialog type exposes the following members.

Constructors
  NameDescription
Public methodOnEnabledShowDoubleColumnDialog
Initializes a new instance of the OnEnabledShowDoubleColumnDialog class
Top
Methods
Fields
  NameDescription
Private field_mainImage
Image to display on the dialog in the first (or only) column. Set either _mainSprite or _mainImage. Only one will be used.
Private field_mainImageText
Main text for image in the first column. This is for either _mainSprite or _mainImage. It can also be used as a heading for the text in the first column,
Private field_mainSprite
Image to display on the dialog in the first (or only) column. Set either _mainSprite or _mainImage. Only one will be used.
Private field_mainText
Text to display in the first (or only) column.
Private field_secondaryImage
Image to display on the dialog in the second column. Set either _secondarySprite or _secondaryImage. Only one will be used.
Private field_secondaryImageText
Main text for image in the second column. This is for either _secondarySprite or _secondaryImage. It can also be used as a heading for the text in the second column,
Private field_secondarySprite
Image to display on the dialog in the second column. Set either _secondarySprite or _secondaryImage. Only one will be used.
Private field_secondaryText
Text to display in the second column
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