C# Class Nez.TiledMaps.TmxTilesetTile

Show file Open project: prime31/Nez

Public Properties

Property Type Description
sourceRect Microsoft.Xna.Framework.Rectangle

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

sourceRect public property

source Rectangle for tilesets that use the collection of images
public Rectangle,Microsoft.Xna.Framework sourceRect
return Microsoft.Xna.Framework.Rectangle