SurfaceTrackerFrameFilter Class¶
Description¶
MonoBehaviour which controls SurfaceTracker in the scene, providing a few extensions in the Unity environment. Use SurfaceTrackerFrameFilter.Tracker directly when necessary.
MonoBehaviour Messages¶
protected virtual void Awake() |
protected virtual void OnEnable() |
protected virtual void OnDisable() |
protected virtual void OnDestroy() |
Properties¶
Tracker¶
- C#
public SurfaceTracker Tracker { get; }
EasyAR Sense API. Accessible after Awake if available.
Target¶
- C#
public SurfaceTargetController Target { get; set; }
The object Camera move against, will be automatically get from the scene or generate if not set.