GUIPopup Class¶
Description¶
Popup for message notification. The popup action can be globally controlled using EasyARController.ShowPopupMessage .
MonoBehaviour Messages¶
private void Awake() |
private void Start() |
private void OnDestroy() |
private void OnGUI() |
Methods¶
EnqueueMessage¶
- C#
public static void EnqueueMessage(string message, float seconds, bool isFatal = False)
Add one message and its duration for display.