C# Class XCom.Interfaces.IXCTileset

Inheritance: XCom.Interfaces.Base.ITileset
显示文件 Open project: pmprog/OpenXCOM.Tools

Protected Properties

Property Type Description
groundMaps string[]
mapDepth int
mapSize MapSize
myPal Palette
rootPath string
scanFile string
underwater bool

Public Methods

Method Description
AddMap ( XCMapDesc imd, string subset ) : void
AddMap ( string name, string subset ) : void
ParseLine ( string keyword, string line, StreamReader sr, VarCollection vars ) : void
RemoveMap ( string name, string subset ) : XCMapDesc
Save ( StreamWriter sw, VarCollection vars ) : void

Protected Methods

Method Description
IXCTileset ( string name ) : System
IXCTileset ( string name, StreamReader sr, VarCollection vars ) : System

Method Details

AddMap() public method

public AddMap ( XCMapDesc imd, string subset ) : void
imd XCMapDesc
subset string
return void

AddMap() public method

public AddMap ( string name, string subset ) : void
name string
subset string
return void

IXCTileset() protected method

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

IXCTileset() protected method

protected IXCTileset ( string name, StreamReader sr, VarCollection vars ) : System
name string
sr System.IO.StreamReader
vars VarCollection
return System

ParseLine() public method

public ParseLine ( string keyword, string line, StreamReader sr, VarCollection vars ) : void
keyword string
line string
sr System.IO.StreamReader
vars VarCollection
return void

RemoveMap() public method

public RemoveMap ( string name, string subset ) : XCMapDesc
name string
subset string
return XCMapDesc

Save() public method

public Save ( StreamWriter sw, VarCollection vars ) : void
sw System.IO.StreamWriter
vars VarCollection
return void

Property Details

groundMaps protected_oe property

protected string[] groundMaps
return string[]

mapDepth protected_oe property

protected int mapDepth
return int

mapSize protected_oe property

protected MapSize mapSize
return MapSize

myPal protected_oe property

protected Palette myPal
return Palette

rootPath protected_oe property

protected string rootPath
return string

scanFile protected_oe property

protected string scanFile
return string

underwater protected_oe property

protected bool underwater
return bool