// -------------------------------------------------------------------------------------------------------------------- // // Copyright (c) VRMADA, All rights reserved. // // -------------------------------------------------------------------------------------------------------------------- namespace UltimateXR.Core { public static partial class UxrConstants { #region Public Types & Data /// /// Hand constants. /// public static class Hand { #region Public Types & Data public const float HandWidth = 0.08f; #endregion } #endregion } }