Add ultimate xr
This commit is contained in:
23
Assets/UltimateXR/Runtime/Scripts/Core/UxrHandSide.cs
Normal file
23
Assets/UltimateXR/Runtime/Scripts/Core/UxrHandSide.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="UxrHandSide.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumerates the available hands.
|
||||
/// </summary>
|
||||
public enum UxrHandSide
|
||||
{
|
||||
/// <summary>
|
||||
/// Left hand.
|
||||
/// </summary>
|
||||
Left = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Right hand.
|
||||
/// </summary>
|
||||
Right = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user