// --------------------------------------------------------------------------------------------------------------------
//
// Copyright (c) VRMADA, All rights reserved.
//
// --------------------------------------------------------------------------------------------------------------------
namespace UltimateXR.Devices.Integrations.Meta
{
public partial class UxrMetaHandTracking
{
#region Private Types & Data
///
/// Enumerates the different ways to retrieve an Oculus SDK Quaternion.
///
private enum FlipMode
{
None,
FlipX,
FlipZ
}
#endregion
}
}