Add ultimate xr
This commit is contained in:
26
Assets/UltimateXR/Runtime/Scripts/Core/UxrConstants.Hand.cs
Normal file
26
Assets/UltimateXR/Runtime/Scripts/Core/UxrConstants.Hand.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="UxrConstants.Hand.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Core
|
||||
{
|
||||
public static partial class UxrConstants
|
||||
{
|
||||
#region Public Types & Data
|
||||
|
||||
/// <summary>
|
||||
/// Hand constants.
|
||||
/// </summary>
|
||||
public static class Hand
|
||||
{
|
||||
#region Public Types & Data
|
||||
|
||||
public const float HandWidth = 0.08f;
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user