Tesla Graphics Engine Documentation (January 2012)
WriteSavable<(Of <(<'T>)>)> Method (name, value)
TeslaTesla.Content.LoadersBinarySavableWriterWriteSavable<(Of <<'(T>)>>)(String, array<T>[]()[][])
Writes an array of savable objects 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 (array<T>[]()[][])
Array of savables

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