Struct XRTrackedDeviceState
Struct that holds the state of a XR tracking device.
Inherited Members
Namespace: Evergine.Framework.XR.TrackedDevices
Assembly: Evergine.Framework.dll
Syntax
public struct XRTrackedDeviceState
Fields
AngularVelocity
Device angualr velocity attribute.
Declaration
public Vector3 AngularVelocity
Field Value
Type | Description |
---|---|
Vector3 |
IsConnected
Connected attribute.
Declaration
public bool IsConnected
Field Value
Type | Description |
---|---|
bool |
Pointer
Device pointer ray.
Declaration
public Ray Pointer
Field Value
Type | Description |
---|---|
Ray |
Pose
Device pose attribute.
Declaration
public ViewPose Pose
Field Value
Type | Description |
---|---|
ViewPose |
PoseIsValid
Valid pose attribute.
Declaration
public bool PoseIsValid
Field Value
Type | Description |
---|---|
bool |
TrackingState
Device tracking state attribute.
Declaration
public XRTrackingState TrackingState
Field Value
Type | Description |
---|---|
XRTrackingState |
Velocity
Device velocity attribute.
Declaration
public Vector3 Velocity
Field Value
Type | Description |
---|---|
Vector3 |