WorldRootController.ActiveControlStrategy Enum¶
Description¶
Strategy to control the GameObject .active.
Constant |
Value |
Description |
---|---|---|
HideBeforeTrackingStart |
0 |
False before the motion tracking status turns to a tracking status, then true. |
HideWhenNotTracking |
1 |
Active is false when the motion tracking status is not tracking, true otherwise. |
None |
2 |
Do not control GameObject .active. |