ActiveController.Strategy Enum¶
Description¶
The control strategy for GameObject .activeSelf.
Constant |
Value |
Description |
|---|---|---|
ActiveWhileTracked |
0 |
Active is false when not tracked, and true when tracked.. |
ActiveAfterFirstTracked |
1 |
Active is false before being tracked for the first time, and true afterwards. |