Class ServiceFrameworkFinderUtility
Namespace: RealityCollective.ServiceFramework.Editor.Utilities
public class ServiceFrameworkFinderUtility
Inheritance
object ← ServiceFrameworkFinderUtility
Properties
AbsoluteFolderPath
The absolute folder path to the Mixed Reality Toolkit in your project.
public static string AbsoluteFolderPath { get; }
Property Value
string
RelativeFolderPath
The relative folder path to the Service Framework folder in relation to either the "Assets" or "Packages" folders.
public static string RelativeFolderPath { get; }
Property Value
string
Methods
ResolvePath<T>(Type)
Resolves the path to the provided IPathFinder.Type
public static string ResolvePath<T>(Type pathFinderType) where T : IPathFinder
Parameters
pathFinderType Type
The Type of IPathFinder to resolve the path for.
Returns
string
If found, the relative path to the root folder this IPathFinder references.
Type Parameters
T
IPathFinder constraint.