Class XROriginChildController
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
A root-node MonoBehaviour for XROrigin child objects that need to be controlled in the scene. If this node is not manually set in the scene, it will be created automatically when needed.
XROrigin is a virtual node that represents the node relative to which the camera moves in the motion tracking system. It will be selected or created automatically. If the XROrigin of the Unity XR framework exists, it will be selected.
[DisallowMultipleComponent]
[RequireComponent(typeof(ActiveController))]
public class XROriginChildController : MonoBehaviour
- Inheritance
-
XROriginChildController
Properties
ActiveController
activeSelf controller.
public ActiveController ActiveController { get; }