Show / Hide Table of Contents

    Class SteamVR_Events.Action

    Inheritance
    System.Object
    SteamVR_Events.Action
    SteamVR_Events.Action<T>
    SteamVR_Events.Action<T0, T1>
    SteamVR_Events.Action<T0, T1, T2>
    SteamVR_Events.ActionNoArgs
    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 abstract class Action

    Properties

    enabled

    Declaration
    public bool enabled { set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Enable(Boolean)

    Declaration
    public abstract void Enable(bool enabled)
    Parameters
    Type Name Description
    System.Boolean enabled
    In This Article
    • Properties
      • enabled
    • Methods
      • Enable(Boolean)
    Back to top Copyright (c) Valve Corporation, All rights reserved.