Skip to main content

Class PathFinderUtility

Namespace: RealityCollective.ServiceFramework.Editor

public static class PathFinderUtility

Inheritance

object ← PathFinderUtility

Methods

ResolvePath(string)

public static string ResolvePath(string finderPath)

Parameters

finderPath string

Returns

string

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.