Table of Contents

Class XROriginChildController

命名空间
easyar
程序集
EasyAR.Sense.dll

在场景中承担需要受到控制的XROrigin子物体的根节点MonoBehaviour。如果场景中没有手动设置这个节点,它将在被需要的时候自动被创建。

XROrigin是一个虚拟的节点,它表示在运动跟踪的系统中,camera移动的相对节点,它将自动被选择或创建。如果Unity XR框架的XROrigin存在,它会被选择。

[DisallowMultipleComponent]
[RequireComponent(typeof(ActiveController))]
public class XROriginChildController : MonoBehaviour
继承
XROriginChildController

属性

ActiveController

activeSelf控制器。

public ActiveController ActiveController { get; }