Tesla Graphics Engine Documentation (January 2012)
Load Method (input)
TeslaTesla.Content.LoadersBinaryLoaderLoad(Stream)
Loads the specified input stream containing the TEBO file.
Declaration Syntax
C#
public ISavable Load(
	Stream input
)
Parameters
input (Stream)
The input stream.
Return Value
The loaded savable
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)