Table of Contents

Enum ActiveController.Strategy

Namespace
easyar
Assembly
EasyAR.Sense.dll

activeSelfControl strategy.

public enum ActiveController.Strategy

Fields

ActiveWhileTracked = 0

When not tracked, Active is false; when tracked, Active is true.

ActiveAfterFirstTracked = 1

Before being tracked for the first time, Active is false; afterwards, it is true.