11 lines
269 B
C#
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";
|
|
}
|
|
}
|