Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    TrackedDevicePose_t Struct

    Namespace: Valve.VR
    Assembly: Stride.VirtualReality.dll

    public struct TrackedDevicePose_t
    Name Description
    Fields
    bDeviceIsConnected
    bPoseIsValid
    eTrackingResult
    mDeviceToAbsoluteTracking
    vAngularVelocity
    vVelocity
    | Improve this Doc View Source

    Fields


    bDeviceIsConnected

    public bool bDeviceIsConnected
    Field Value
    Type Description
    System.Boolean

    bPoseIsValid

    public bool bPoseIsValid
    Field Value
    Type Description
    System.Boolean

    eTrackingResult

    public ETrackingResult eTrackingResult
    Field Value
    Type Description
    ETrackingResult

    mDeviceToAbsoluteTracking

    public HmdMatrix34_t mDeviceToAbsoluteTracking
    Field Value
    Type Description
    HmdMatrix34_t

    vAngularVelocity

    public HmdVector3_t vAngularVelocity
    Field Value
    Type Description
    HmdVector3_t

    vVelocity

    public HmdVector3_t vVelocity
    Field Value
    Type Description
    HmdVector3_t

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation