// -------------------------------------------------------------------------------------------------------------------- // // Copyright (c) VRMADA, All rights reserved. // // -------------------------------------------------------------------------------------------------------------------- namespace UltimateXR.Avatar { public partial class UxrHandIntegration { #region Public Types & Data /// /// Enumerates the supported gizmo hand sizes. /// public enum GizmoHandSize { Big, Small } #endregion } }