C# Class Nez.Pipeline.Content.ContentReaderExtensions

Show file Open project: prime31/Nez

Public Methods

Method Description
getRelativeAssetPath ( this contentReader, string relativePath ) : string
readRectangle ( this reader ) : Rectangle

Method Details

getRelativeAssetPath() public static method

public static getRelativeAssetPath ( this contentReader, string relativePath ) : string
contentReader this
relativePath string
return string

readRectangle() public static method

public static readRectangle ( this reader ) : Rectangle
reader this
return Microsoft.Xna.Framework.Rectangle