C# Class Nez.TiledMaps.TmxTileset

Show file Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
isStandardTileset bool
mapFolder string

Public Methods

Method Description
TmxTileset ( ) : System.Collections.Generic
ToString ( ) : string
fixImagePath ( string mapPath, string tilesetSource ) : void

Method Details

TmxTileset() public method

public TmxTileset ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

fixImagePath() public method

public fixImagePath ( string mapPath, string tilesetSource ) : void
mapPath string
tilesetSource string
return void

Property Details

isStandardTileset public property

public bool isStandardTileset
return bool

mapFolder public property

public string mapFolder
return string