C# 클래스 XCom.Type4Descriptor

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

보호된 프로퍼티들

프로퍼티 타입 설명
zombie bool

공개 메소드들

메소드 설명
GetNewUnit ( Palette p ) : IUnit
Type4Descriptor ( 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

Type4Descriptor() 공개 메소드

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

프로퍼티 상세

zombie 보호되어 있는 프로퍼티

protected bool zombie
리턴 bool