Show / Hide Table of Contents

    Delegate SteamVR_Action_Vibration.ExecuteHandler

    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public delegate void ExecuteHandler(SteamVR_Action_Vibration fromAction, SteamVR_Input_Sources fromSource, float secondsFromNow, float durationSeconds, float frequency, float amplitude);
    Parameters
    Type Name Description
    SteamVR_Action_Vibration fromAction
    SteamVR_Input_Sources fromSource
    System.Single secondsFromNow
    System.Single durationSeconds
    System.Single frequency
    System.Single amplitude
    Back to top Copyright (c) Valve Corporation, All rights reserved.