C# 클래스 XCom.Type2Descriptor

Default unit type 0
상속: IUnitDescriptor
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 메소드들

메소드 설명
GetNewUnit ( Palette p ) : IUnit
Type2Descriptor ( string name, StreamReader sr, VarCollection vars ) : System

보호된 메소드들

메소드 설명
ParseLine ( string keyword, string rest, StreamReader sr, VarCollection vars ) : void

메소드 상세

GetNewUnit() 공개 메소드

public GetNewUnit ( Palette p ) : IUnit
p Palette
리턴 IUnit

ParseLine() 보호된 메소드

protected ParseLine ( string keyword, string rest, StreamReader sr, VarCollection vars ) : void
keyword string
rest string
sr System.IO.StreamReader
vars VarCollection
리턴 void

Type2Descriptor() 공개 메소드

public Type2Descriptor ( string name, StreamReader sr, VarCollection vars ) : System
name string
sr System.IO.StreamReader
vars VarCollection
리턴 System