Enum BlockActiveController.Strategy
activeSelf's control strategy.
public enum BlockActiveController.Strategy
Fields
HideBeforeFirstFound = 0Before the first Found event, Active is false; after that, it is true.
HideWhenNotTracking = 1When not being tracked, Active is false; when tracked and recognized, Active is true.
None = 2Does not control activeSelf.