C# Class XCom.Type1Descriptor

Default unit type 0
Inheritance: IUnitDescriptor
Mostrar archivo Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
GetNewUnit ( Palette p ) : IUnit
Type1Descriptor ( string name, StreamReader sr, VarCollection vars ) : System

Protected Methods

Method Description
ParseLine ( string keyword, string line, StreamReader sr, VarCollection vars ) : void

Method Details

GetNewUnit() public method

public GetNewUnit ( Palette p ) : IUnit
p Palette
return IUnit

ParseLine() protected method

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

Type1Descriptor() public method

public Type1Descriptor ( string name, StreamReader sr, VarCollection vars ) : System
name string
sr System.IO.StreamReader
vars VarCollection
return System