Tesla Graphics Engine Documentation (January 2012)
BinarySavableWriter Constructor (outputStream, resourceName)
TeslaTesla.Content.LoadersBinarySavableWriterBinarySavableWriter(Stream, String)
Initializes a new instance of the BinarySavableWriter class. External objects will be written to individual files, unless if write externals is set to false or no resource name is given.
Declaration Syntax
C#
public BinarySavableWriter(
	Stream outputStream,
	string resourceName
)
Parameters
outputStream (Stream)
The stream to write the output to.
resourceName (String)
Full file path

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