Show / Hide Table of Contents

    Interface ISteamVR_Action_Single

    Inherited Members
    ISteamVR_Action_In_Source.changed
    ISteamVR_Action_In_Source.lastChanged
    ISteamVR_Action_In_Source.changedTime
    ISteamVR_Action_In_Source.updateTime
    ISteamVR_Action_In_Source.activeOrigin
    ISteamVR_Action_In_Source.lastActiveOrigin
    ISteamVR_Action_In_Source.activeDevice
    ISteamVR_Action_In_Source.trackedDeviceIndex
    ISteamVR_Action_In_Source.renderModelComponentName
    ISteamVR_Action_In_Source.localizedOriginName
    ISteamVR_Action_Source.active
    ISteamVR_Action_Source.activeBinding
    ISteamVR_Action_Source.lastActive
    ISteamVR_Action_Source.lastActiveBinding
    ISteamVR_Action_Source.fullPath
    ISteamVR_Action_Source.handle
    ISteamVR_Action_Source.actionSet
    ISteamVR_Action_Source.direction
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public interface ISteamVR_Action_Single : ISteamVR_Action_In_Source, ISteamVR_Action_Source

    Properties

    axis

    The current float value of the action. Note: Will only return non-zero if the action is also active.

    Declaration
    float axis { get; }
    Property Value
    Type Description
    System.Single

    delta

    The float value difference between this update and the previous update. Note: Will only return non-zero if the action is also active.

    Declaration
    float delta { get; }
    Property Value
    Type Description
    System.Single

    lastAxis

    The float value of the action from the previous update. Note: Will only return non-zero if the action is also active.

    Declaration
    float lastAxis { get; }
    Property Value
    Type Description
    System.Single

    lastDelta

    The float value difference between the previous update and update before that. Note: Will only return non-zero if the action is also active.

    Declaration
    float lastDelta { get; }
    Property Value
    Type Description
    System.Single
    In This Article
    • Properties
      • axis
      • delta
      • lastAxis
      • lastDelta
    Back to top Copyright (c) Valve Corporation, All rights reserved.