Table of Contents

Enum BlockActiveController.Strategy

Namespace
EasyAR.Mega.Scene
Assembly
EasyAR.Mega.Scene.dll

activeSelf's control strategy.

public enum BlockActiveController.Strategy

Fields

HideBeforeFirstFound = 0

Before the first Found event, Active is false; after that, it is true.

HideWhenNotTracking = 1

When not being tracked, Active is false; when tracked and recognized, Active is true.

None = 2

Does not control activeSelf.