Show / Hide Table of Contents

    Class SteamVR_Actions

    Inheritance
    System.Object
    SteamVR_Actions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public class SteamVR_Actions

    Properties

    _default

    Declaration
    public static SteamVR_Input_ActionSet_default _default { get; }
    Property Value
    Type Description
    SteamVR_Input_ActionSet_default

    buggy

    Declaration
    public static SteamVR_Input_ActionSet_buggy buggy { get; }
    Property Value
    Type Description
    SteamVR_Input_ActionSet_buggy

    buggy_Brake

    Declaration
    public static SteamVR_Action_Boolean buggy_Brake { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    buggy_Reset

    Declaration
    public static SteamVR_Action_Boolean buggy_Reset { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    buggy_Steering

    Declaration
    public static SteamVR_Action_Vector2 buggy_Steering { get; }
    Property Value
    Type Description
    SteamVR_Action_Vector2

    buggy_Throttle

    Declaration
    public static SteamVR_Action_Single buggy_Throttle { get; }
    Property Value
    Type Description
    SteamVR_Action_Single

    default_GrabGrip

    Declaration
    public static SteamVR_Action_Boolean default_GrabGrip { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    default_GrabPinch

    Declaration
    public static SteamVR_Action_Boolean default_GrabPinch { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    default_Haptic

    Declaration
    public static SteamVR_Action_Vibration default_Haptic { get; }
    Property Value
    Type Description
    SteamVR_Action_Vibration

    default_HeadsetOnHead

    Declaration
    public static SteamVR_Action_Boolean default_HeadsetOnHead { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    default_InteractUI

    Declaration
    public static SteamVR_Action_Boolean default_InteractUI { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    default_Pose

    Declaration
    public static SteamVR_Action_Pose default_Pose { get; }
    Property Value
    Type Description
    SteamVR_Action_Pose

    default_SkeletonLeftHand

    Declaration
    public static SteamVR_Action_Skeleton default_SkeletonLeftHand { get; }
    Property Value
    Type Description
    SteamVR_Action_Skeleton

    default_SkeletonRightHand

    Declaration
    public static SteamVR_Action_Skeleton default_SkeletonRightHand { get; }
    Property Value
    Type Description
    SteamVR_Action_Skeleton

    default_Squeeze

    Declaration
    public static SteamVR_Action_Single default_Squeeze { get; }
    Property Value
    Type Description
    SteamVR_Action_Single

    default_Teleport

    Declaration
    public static SteamVR_Action_Boolean default_Teleport { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    mixedreality

    Declaration
    public static SteamVR_Input_ActionSet_mixedreality mixedreality { get; }
    Property Value
    Type Description
    SteamVR_Input_ActionSet_mixedreality

    mixedreality_ExternalCamera

    Declaration
    public static SteamVR_Action_Pose mixedreality_ExternalCamera { get; }
    Property Value
    Type Description
    SteamVR_Action_Pose

    platformer

    Declaration
    public static SteamVR_Input_ActionSet_platformer platformer { get; }
    Property Value
    Type Description
    SteamVR_Input_ActionSet_platformer

    platformer_Jump

    Declaration
    public static SteamVR_Action_Boolean platformer_Jump { get; }
    Property Value
    Type Description
    SteamVR_Action_Boolean

    platformer_Move

    Declaration
    public static SteamVR_Action_Vector2 platformer_Move { get; }
    Property Value
    Type Description
    SteamVR_Action_Vector2

    Methods

    PreInitialize()

    Declaration
    public static void PreInitialize()
    In This Article
    • Properties
      • _default
      • buggy
      • buggy_Brake
      • buggy_Reset
      • buggy_Steering
      • buggy_Throttle
      • default_GrabGrip
      • default_GrabPinch
      • default_Haptic
      • default_HeadsetOnHead
      • default_InteractUI
      • default_Pose
      • default_SkeletonLeftHand
      • default_SkeletonRightHand
      • default_Squeeze
      • default_Teleport
      • mixedreality
      • mixedreality_ExternalCamera
      • platformer
      • platformer_Jump
      • platformer_Move
    • Methods
      • PreInitialize()
    Back to top Copyright (c) Valve Corporation, All rights reserved.