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