![]() | OnEnabledShowSingleColumnDialog Class |
Namespace: ImmerseSDK.Interaction.Reactions
public class OnEnabledShowSingleColumnDialog : OnEnabledShowDialogBase
The OnEnabledShowSingleColumnDialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnEnabledShowSingleColumnDialog | Initializes a new instance of the OnEnabledShowSingleColumnDialog class |
Name | Description | |
---|---|---|
![]() | GetDialogData |
Create the data
(Overrides OnEnabledShowDialogBaseGetDialogData.) |
Name | Description | |
---|---|---|
![]() | _mainImage |
Main Image to display on the dialog. Set either _mainSprite or _mainImage. Only one will be used.
|
![]() | _mainImageText |
Main text for image. This is for either image.
|
![]() | _mainSprite |
Main Image to display on the dialog. Set either _mainSprite or _mainImage. Only one will be used.
|
![]() | _mainText |
Main text
|
![]() | _title |
Dialog title text
|
Name | Description | |
---|---|---|
![]() | GetCopyOf |
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.) |
![]() | WaitForT |
Waits for a singleton on a coroutine
(Defined by SingletonManager.) |