Class SurfaceTrackerFrameFilter
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Controls the easyar.SurfaceTracker of MonoBehaviour in the scene, providing feature extensions in the Unity environment.
public class SurfaceTrackerFrameFilter : FrameFilter
- Inheritance
-
SurfaceTrackerFrameFilter
Properties
Target
Relative object of camera movement.
If not set, a new object will be automatically generated when the session starts.
public SurfaceTargetController Target { get; set; }
enabled
ARSession starts/stops tracking at runtime. After the session starts, tracking will only begin when MonoBehaviour.enabled is true.
public bool enabled { get; set; }