Table of Contents

Class SurfaceTrackerFrameFilter

Spazio dei nomi
easyar
Assembly
EasyAR.Sense.dll

Controlla nella scena il easyar.SurfaceTracker del MonoBehaviour, fornisce estensioni funzionali nell'ambiente Unity.

public class SurfaceTrackerFrameFilter : FrameFilter
Ereditarietà
SurfaceTrackerFrameFilter

Proprietà

Target

Oggetto relativo al movimento della fotocamera.

Se non impostato, un nuovo object verrà generato automaticamente all'avvio della session.

public SurfaceTargetController Target { get; set; }

enabled

ARSessionInizia/arresta il tracciamento durante il runtime. Dopo l'avvio della session, il tracciamento inizierà solo quando MonoBehaviour.enabled è true.

public bool enabled { get; set; }