Show / Hide Table of Contents

    Delegate SteamVR_Action_Single.ChangeHandler

    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public delegate void ChangeHandler(SteamVR_Action_Single fromAction, SteamVR_Input_Sources fromSource, float newAxis, float newDelta);
    Parameters
    Type Name Description
    SteamVR_Action_Single fromAction
    SteamVR_Input_Sources fromSource
    System.Single newAxis
    System.Single newDelta
    Back to top Copyright (c) Valve Corporation, All rights reserved.