The ability to load resource identified by ID synchronously

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

- T

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | Load(String) |
Loads the texture specified by ID
|