Table of Contents

Class TargetController

Espaço de nomes
easyar
Assembly
EasyAR.Sense.dll

MonoBehaviour que controla um target de rastreamento na cena e fornece extensões de recursos no ambiente Unity.

[DisallowMultipleComponent]
[RequireComponent(typeof(ActiveController))]
public abstract class TargetController : MonoBehaviour
Herança
TargetController
Derived

Propriedades

ActiveController

Controlador de activeSelf.

Defina MonoBehaviour.enabled como false para desativar o controle.

public ActiveController ActiveController { get; }

IsTracked

Indica se o target está sendo rastreado.

public bool IsTracked { get; }

Eventos

TargetFound

Evento quando o target de rastreamento é encontrado.

public event Action TargetFound

TargetLost

Evento quando o target de rastreamento é perdido.

public event Action TargetLost