TargetController.ActiveControlStrategy Enum

Description

GameObject .active的控制策略。

Constant

Value

Description

HideWhenNotTracking

0

当没有被识别跟踪时Active为false,当被跟踪识别时Active为true。

HideBeforeFirstFound

1

在第一次 TargetController.TargetFound 事件之前Active为false,之后为true。

None

2

不控制 GameObject .active。