C# Class XCom.Type1Descriptor

Default unit type 0
Inheritance: IUnitDescriptor
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ParseLine ( string keyword, string line, StreamReader sr, VarCollection vars ) : void

Method Details

GetNewUnit() public méthode

public GetNewUnit ( Palette p ) : IUnit
p Palette
Résultat IUnit

ParseLine() protected méthode

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

Type1Descriptor() public méthode

public Type1Descriptor ( string name, StreamReader sr, VarCollection vars ) : System
name string
sr System.IO.StreamReader
vars VarCollection
Résultat System