C# Class XCom.Interfaces.Base.ITileset

Exibir arquivo Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Protected Properties

Property Type Description
maps IMapDesc>.Dictionary
name string
subsets Dictionary>

Public Methods

Method Description
this ( string mapName ) : IMapDesc

Protected Methods

Method Description
ITileset ( string name ) : System

Method Details

ITileset() protected method

protected ITileset ( string name ) : System
name string
return System

this() public method

public this ( string mapName ) : IMapDesc
mapName string
return IMapDesc

Property Details

maps protected_oe property

protected Dictionary maps
return IMapDesc>.Dictionary

name protected_oe property

protected string name
return string

subsets protected_oe property

protected Dictionary> subsets
return Dictionary>