EasyARController Class¶
Description¶
MonoBehaviour which controls EasyAR Sense initialization and some global settings.
MonoBehaviour Messages¶
private void Awake() |
private void Update() |
private void OnApplicationPause(bool pause) |
private void OnDestroy() |
Fields¶
ShowPopupMessage¶
- C#
public bool ShowPopupMessage
If popup message will be displayed. All popup message from EasyAR Sense Unity Plugin is controlled by this flag.
Properties¶
Initialized¶
- C#
public static bool Initialized { get; }
EasyAR Sense initialize result, false if license key validation fails.
Scheduler¶
- C#
public static DelayedCallbackScheduler Scheduler { get; }
Global Scheduler. Accessible after initialized.