Search Results for

    Show / Hide Table of Contents

    Struct XRTrackedDeviceState

    Struct that holds the state of an XR tracking device.

    Namespace: Evergine.Framework.XR.TrackedDevices
    Assembly: Evergine.Framework.dll
    Syntax
    public struct XRTrackedDeviceState

    Fields

    AngularVelocity

    Device angular 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 attributes.

    Declaration
    public ViewPose Pose
    Field Value
    Type Description
    ViewPose

    PoseIsValid

    Validates the 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's velocity attribute.

    Declaration
    public Vector3 Velocity
    Field Value
    Type Description
    Vector3

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX