Interface ISteamVR_Action
Inherited Members
Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public interface ISteamVR_Action : ISteamVR_Action_Source
Methods
GetActive(SteamVR_Input_Sources)
Returns the active state of the action for the specified Input Source
Declaration
bool GetActive(SteamVR_Input_Sources inputSource)
Parameters
| Type | Name | Description |
|---|---|---|
| SteamVR_Input_Sources | inputSource | The input source to check |
Returns
| Type | Description |
|---|---|
| System.Boolean |
GetShortName()
Returns the name of the action without the action set or direction
Declaration
string GetShortName()
Returns
| Type | Description |
|---|---|
| System.String |