SurfaceTrackerFrameFilter Class

Description

MonoBehaviour which controls SurfaceTracker in the scene, providing a few extensions in the Unity environment.


Properties

enabled

C#

public bool enabled { get; set; }

Start/Stop tracking when ARSession is running. Tracking will start only when MonoBehaviour .enabled is true after session started.

Target

C#

public SurfaceTargetController Target { get; set; }

The object Camera move against.

If it is not set, a new object will be generated automatically in session start.