class ResourceLibrary
Keeps a library of all available .
public static T Get( int identifier )
😔 No documentation found.
public static T Get( string filepath )
😔 No documentation found.
public static bool TryGet( string filepath, ref T resource )
😔 No documentation found.
public static IEnumerable<T> GetAll( )
😔 No documentation found.
public static IEnumerable<T> GetAll( string filepath, bool recursive = True )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.