OnEnabledShowDialogBase Fields |
Name | Description | |
---|---|---|
_disableObjectWhenDialogClosed |
Disabled the gameObject this script is on when the dialog is closed
| |
_durationInSeconds |
Message duration in seconds. Specify 0 for displaying the message indefinitely
| |
_onCloseEnableObjects |
List of objects to enable when this dialog is closed
| |
_priority |
The priority of this dialog. The higher priority dialogs will be shown first (instead of lower priority dialogs)
| |
_shouldTrackCamera |
If Enabled, the dialog will always face the camera and it's lookat vector will be updated each frame
| |
_showInVrOnly |
If set to True, this dialog will be displayed only to vr users. Web users will not see it.
If set to False, Web users will also see the dialog.
|