Show / Hide Table of Contents

    Delegate SteamVR_Behaviour_Vector2.ChangeHandler

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