VR4Medical/ICI/Library/PackageCache/com.unity.xr.interaction.toolkit@76258c00be3e/Runtime/Utilities/ProjectPath.cs
2025-08-20 11:12:05 +03:00

11 lines
269 B
C#

namespace UnityEngine.XR.Interaction.Toolkit.Utilities
{
/// <summary>
/// Class that holds project folder paths.
/// </summary>
static class ProjectPath
{
internal const string k_XRInteractionSettingsFolder = "Assets/XRI/Settings";
}
}