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