// --------------------------------------------------------------------------------------------------------------------
//
// Copyright (c) VRMADA, All rights reserved.
//
// --------------------------------------------------------------------------------------------------------------------
namespace UltimateXR.Editor.Avatar
{
public partial class UxrHandIntegrationEditor
{
#region Private Types & Data
///
/// Enumerates the supported render pipeline material variations.
///
private enum RenderPipeline
{
Brp = 0,
Urp
}
#endregion
}
}