Tesla Graphics Engine Documentation (January 2012)
OpenStream Method (assetName, locatorOverride)
TeslaTesla.ContentContentManagerOpenStream(String, IResourceLocator)
Locates the specified asset and opens a stream to read it using the resource locator override. If UseDefaultContent is set to true and the resource cannot be found, an attempt to locate it from default content will be made.
Declaration Syntax
C#
public Stream OpenStream(
	string assetName,
	IResourceLocator locatorOverride
)
Parameters
assetName (String)
Asset name
locatorOverride (IResourceLocator)
Locator to attempt to locate the asset with
Return Value
Stream

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