eDriven Framework API
Load Method (id, callback)
NamespaceseDriven.Core.UtilIAsyncLoader<(Of <(<'T>)>)>Load(String, AsyncLoaderCallback<(Of <<'(T>)>>))
eDriven Framework API
Loads the texture specified by ID
Declaration Syntax
C#Visual BasicVisual C++
void Load(
	string id,
	AsyncLoaderCallback<T> callback
)
Sub Load ( _
	id As String, _
	callback As AsyncLoaderCallback(Of T) _
)
void Load(
	String^ id, 
	AsyncLoaderCallback<T>^ callback
)
Parameters
id (String)
ID
callback (AsyncLoaderCallback<(Of <(<'T>)>)>)
The callback which is executed after the resource has been loaded

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)