Class XROriginChildController
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
The root node serving as the controlled child of the XROrigin within the sceneMonoBehaviour. If this node isn't manually set within the scene, it will be automatically created when required.
XROrigin is a virtual node representing the relative reference point for camera movement within a motion-tracking system. It will be automatically selected or created. If a Unity XR framework XROrigin exists, it will be chosen.
[DisallowMultipleComponent]
[RequireComponent(typeof(ActiveController))]
public class XROriginChildController : MonoBehaviour
- Inheritance
-
XROriginChildController
Properties
ActiveController
activeSelfcontroller.
public ActiveController ActiveController { get; }