Show / Hide Table of Contents

    Struct InputAnalogActionData_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 InputAnalogActionData_t

    Fields

    activeOrigin

    Declaration
    public ulong activeOrigin
    Field Value
    Type Description
    System.UInt64

    bActive

    Declaration
    public bool bActive
    Field Value
    Type Description
    System.Boolean

    deltaX

    Declaration
    public float deltaX
    Field Value
    Type Description
    System.Single

    deltaY

    Declaration
    public float deltaY
    Field Value
    Type Description
    System.Single

    deltaZ

    Declaration
    public float deltaZ
    Field Value
    Type Description
    System.Single

    fUpdateTime

    Declaration
    public float fUpdateTime
    Field Value
    Type Description
    System.Single

    x

    Declaration
    public float x
    Field Value
    Type Description
    System.Single

    y

    Declaration
    public float y
    Field Value
    Type Description
    System.Single

    z

    Declaration
    public float z
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • activeOrigin
      • bActive
      • deltaX
      • deltaY
      • deltaZ
      • fUpdateTime
      • x
      • y
      • z
    Back to top Copyright (c) Valve Corporation, All rights reserved.