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