Tesla Graphics Engine Documentation (January 2012)
WriteExternal<(Of <(<'T>)>)> Method (name, value)
TeslaTesla.Content.LoadersBinarySavableWriterWriteExternal<(Of <<'(T>)>>)(String, T)
Writes a reference to another savable output that is external to this output. Externals may or may not be written separately, such as there exists no writer for the savable type. In this case, the external is in fact written as a regular savable object to the same stream.
Declaration Syntax
C#
public void WriteExternal<T>(
	string name,
	T value
)
where T : ISavable
Generic Template Parameters
T
Type of object to write
Parameters
name (String)
Name of the value
value (T)
Savable object

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