Class TrackXRController
Track a spatial anchor.
Inheritance
TrackXRController
Implements
Inherited Members
Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public class TrackXRController : TrackXRDevice, IDependencyObject
Constructors
TrackXRController()
Initializes a new instance of the TrackXRController class.
Declaration
public TrackXRController()
Properties
ControllerState
Gets the Controller State.
Declaration
public XRControllerGenericState ControllerState { get; }
Property Value
Type | Description |
---|---|
XRControllerGenericState |
Handedness
Gets or sets the controller role.
Declaration
public XRHandedness Handedness { get; set; }
Property Value
Type | Description |
---|---|
XRHandedness |
Methods
InternalUpdate()
Update method by tracked device.
Declaration
protected override void InternalUpdate()