Tesla Graphics Engine Documentation (January 2012)
WriteSavable<(Of <(<'T>)>)> Method (name, value)
TeslaTesla.Content.LoadersBinarySavableWriterWriteSavable<(Of <<'(T>)>>)(String, T)
Writes a savable object to the output.
Declaration Syntax
C#
public void WriteSavable<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)