Table of Contents

Enum ActiveController.Strategy

Namespace
easyar
Assembly
EasyAR.Sense.dll

Control strategy for activeSelf.

public enum ActiveController.Strategy

Fields

ActiveWhileTracked = 0

Active is false when not tracked, and true when tracked.

ActiveAfterFirstTracked = 1

Active is false before being tracked for the first time, and true afterward.