Click or drag to resize

OnEnabledShowDialogBase Fields

Fields
  NameDescription
Private field_disableObjectWhenDialogClosed
Disabled the gameObject this script is on when the dialog is closed
Private field_durationInSeconds
Message duration in seconds. Specify 0 for displaying the message indefinitely
Private field_onCloseEnableObjects
List of objects to enable when this dialog is closed
Private field_priority
The priority of this dialog. The higher priority dialogs will be shown first (instead of lower priority dialogs)
Private field_shouldTrackCamera
If Enabled, the dialog will always face the camera and it's lookat vector will be updated each frame
Private field_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.
Top
See Also