9 lines
81 B
C#
9 lines
81 B
C#
namespace Valve.VR
|
|
{
|
|
public enum EVREye
|
|
{
|
|
Eye_Left = 0,
|
|
Eye_Right = 1
|
|
}
|
|
}
|