Velaptor.Content.ILoader<T>
Velaptor
Velaptor.Content
ILoader<T> Interface
Loads data of type T.
public interface ILoader<out T>
where T : Velaptor.Content.IContent
Type parameters
T
The type of data to load.
Methods
Unload(string)
Unloads the data with the given contentPathOrName.
void Unload(string contentPathOrName);
Parameters
contentPathOrName
System.String
The name of the content item to unload.