Show / Hide Table of Contents

    Struct VREvent_HapticVibration_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 VREvent_HapticVibration_t

    Fields

    componentHandle

    Declaration
    public ulong componentHandle
    Field Value
    Type Description
    System.UInt64

    containerHandle

    Declaration
    public ulong containerHandle
    Field Value
    Type Description
    System.UInt64

    fAmplitude

    Declaration
    public float fAmplitude
    Field Value
    Type Description
    System.Single

    fDurationSeconds

    Declaration
    public float fDurationSeconds
    Field Value
    Type Description
    System.Single

    fFrequency

    Declaration
    public float fFrequency
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • componentHandle
      • containerHandle
      • fAmplitude
      • fDurationSeconds
      • fFrequency
    Back to top Copyright (c) Valve Corporation, All rights reserved.