Class XROriginChildController
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Act as the root node of the XROrigin child object that needs to be controlled in the scene
XROrigin is a virtual node that represents the relative node for camera movement in a motion tracking system. It will be automatically selected or created. 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
public ActiveController ActiveController { get; }