Table of Contents

Class SurfaceTrackerFrameFilter

Namespace
easyar
Assembly
EasyAR.Sense.dll

A MonoBehaviour that controls easyar.SurfaceTracker in the scene and provides functional extensions in Unity.

public class SurfaceTrackerFrameFilter : FrameFilter
Inheritance
SurfaceTrackerFrameFilter

Properties

Target

The object relative to which the camera moves.

If not set, a new object is automatically generated when the session starts.

public SurfaceTargetController Target { get; set; }

enabled

Starts/stops tracking while ARSession is running. After the session starts, tracking starts only when MonoBehaviour.enabled is true.

public bool enabled { get; set; }