![]() | OnEnabledShowDoubleColumnDialog Class |
Namespace: ImmerseSDK.Interaction.Reactions
public class OnEnabledShowDoubleColumnDialog : OnEnabledShowDialogBase
The OnEnabledShowDoubleColumnDialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnEnabledShowDoubleColumnDialog | Initializes a new instance of the OnEnabledShowDoubleColumnDialog class |
Name | Description | |
---|---|---|
![]() | GetDialogData |
Create the data
(Overrides OnEnabledShowDialogBaseGetDialogData.) |
Name | Description | |
---|---|---|
![]() | _mainImage |
Image to display on the dialog in the first (or only) column. Set either _mainSprite or _mainImage. Only one will be used.
|
![]() | _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,
|
![]() | _mainSprite |
Image to display on the dialog in the first (or only) column. Set either _mainSprite or _mainImage. Only one will be used.
|
![]() | _mainText |
Text to display in the first (or only) column.
|
![]() | _secondaryImage |
Image to display on the dialog in the second column. Set either _secondarySprite or _secondaryImage. Only one will be used.
|
![]() | _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,
|
![]() | _secondarySprite |
Image to display on the dialog in the second column. Set either _secondarySprite or _secondaryImage. Only one will be used.
|
![]() | _secondaryText |
Text to display in the second column
|
![]() | _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.) |