Initialer Upload neues Unity-Projekt
This commit is contained in:
13
Assets/SteamVR/Input/SteamVR_ActionDirections.cs
Normal file
13
Assets/SteamVR/Input/SteamVR_ActionDirections.cs
Normal file
@ -0,0 +1,13 @@
|
||||
//======= Copyright (c) Valve Corporation, All rights reserved. ===============
|
||||
|
||||
namespace Valve.VR
|
||||
{
|
||||
/// <summary>
|
||||
/// The direction the the action. In actions get input, Out actions send input.
|
||||
/// </summary>
|
||||
public enum SteamVR_ActionDirections
|
||||
{
|
||||
In,
|
||||
Out,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user