Tesla Graphics Engine Documentation (January 2012)
Load Method (resource, parameters)
TeslaTesla.Content.LoadersBinaryLoaderLoad(IResource, LoaderParameters)
Loads the specified resource.
Declaration Syntax
C#
public override ISavable Load(
	IResource resource,
	LoaderParameters parameters
)
Parameters
resource (IResource)
The resource to load
parameters (LoaderParameters)
Any loading parameters
Return Value
The loaded resource
Exceptions
Exception Condition
InvalidDataException Thrown if the stream does not contain a valid TEBO file.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)