ActiveController.Strategy Enum

Description

GameObject .activeSelf的控制策略。

Constant

Value

Description

ActiveWhileTracked

0

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

ActiveAfterFirstTracked

1

在第一次被跟踪到之前Active为false,之后为true。