C# Class Nez.Pipeline.Content.ContentManagerExtensions

Show file Open project: prime31/Nez

Public Methods

Method Description
getGraphicsDevice ( this contentManager ) : GraphicsDevice
openStream ( this contentManager, string path ) : Stream

Method Details

getGraphicsDevice() public static method

public static getGraphicsDevice ( this contentManager ) : GraphicsDevice
contentManager this
return GraphicsDevice

openStream() public static method

public static openStream ( this contentManager, string path ) : Stream
contentManager this
path string
return System.IO.Stream