Class TrackXRController
Track a spatial anchor.
Inheritance
DependencyObject
AttachableObject
PrefabInstanceObject
Component
Behavior
TrackXRController
Implements
Inherited Members
Behavior.Family
Behavior.UpdateOrder
Component.Owner
Component.Managers
Component.ShouldBeActivated
Component.Clone()
Component.Attach(Entity)
Component.OnLoaded()
Component.OnActivated()
Component.Start()
Component.OnDeactivated()
Component.OnDestroy()
PrefabInstanceObject.PrefabSource
PrefabInstanceObject.PrefabElementId
PrefabInstanceObject.IsPrefabInstance
PrefabInstanceObject.IsMissingPrefabSource
AttachableObject.AttachableStateChanged
AttachableObject.IsEnabled
AttachableObject.State
AttachableObject.IsLoaded
AttachableObject.IsAttached
AttachableObject.IsActivated
AttachableObject.IsStarted
AttachableObject.IsDestroyed
AttachableObject.Destroy()
AttachableObject.DependencyBroken()
DependencyObject.Dependencies
DependencyObject.OnDependencyRemoved
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()