The ability to load texture asynchronously

C# | Visual Basic | Visual C++ |
public interface IAsyncLoader<T>
Public Interface IAsyncLoader(Of T)
generic<typename T> public interface class IAsyncLoader

- T

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | Load(String, AsyncLoaderCallback<(Of <<'(T>)>>)) |
Loads the texture specified by ID
|