WorldRootController.ActiveControlStrategy Enum

Description

GameObject .active的控制策略。

Constant

Value

Description

HideWhenNotTracking

0

当运动跟踪状态是未跟踪时Active为false,其它情况Active为true。

HideBeforeTrackingStart

1

在运动跟踪状态第一次不是未跟踪前Active为false,之后为true。

None

2

不控制 GameObject .active。