Class BasePathFinder<T>
Base class used to find the filepath inside the project of the given derived class
Namespace: Doozy.Runtime.Common
Assembly: cs.temp.dll.dll
Syntax
public class BasePathFinder<T> : ScriptableObject where T : ScriptableObject
Type Parameters
Name | Description |
---|---|
T |
Properties
path
Get the filepath for the class
Declaration
public static string path { get; }
Property Value
Type | Description |
---|---|
String |