Show / Hide Table of Contents

    Delegate SteamVR_Action_Vector2.ChangeHandler

    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public delegate void ChangeHandler(SteamVR_Action_Vector2 fromAction, SteamVR_Input_Sources fromSource, Vector2 axis, Vector2 delta);
    Parameters
    Type Name Description
    SteamVR_Action_Vector2 fromAction
    SteamVR_Input_Sources fromSource
    UnityEngine.Vector2 axis
    UnityEngine.Vector2 delta
    Back to top Copyright (c) Valve Corporation, All rights reserved.