Show / Hide Table of Contents

    Struct InputPoseActionData_t

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public struct InputPoseActionData_t

    Fields

    activeOrigin

    Declaration
    public ulong activeOrigin
    Field Value
    Type Description
    System.UInt64

    bActive

    Declaration
    public bool bActive
    Field Value
    Type Description
    System.Boolean

    pose

    Declaration
    public TrackedDevicePose_t pose
    Field Value
    Type Description
    TrackedDevicePose_t
    In This Article
    • Fields
      • activeOrigin
      • bActive
      • pose
    Back to top Copyright (c) Valve Corporation, All rights reserved.