C# 클래스 XCom.Interfaces.IXCTileset

상속: XCom.Interfaces.Base.ITileset
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

보호된 프로퍼티들

프로퍼티 타입 설명
groundMaps string[]
mapDepth int
mapSize MapSize
myPal Palette
rootPath string
scanFile string
underwater bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
IXCTileset ( string name ) : System
IXCTileset ( string name, StreamReader sr, VarCollection vars ) : System

메소드 상세

AddMap() 공개 메소드

public AddMap ( XCMapDesc imd, string subset ) : void
imd XCMapDesc
subset string
리턴 void

AddMap() 공개 메소드

public AddMap ( string name, string subset ) : void
name string
subset string
리턴 void

IXCTileset() 보호된 메소드

protected IXCTileset ( string name ) : System
name string
리턴 System

IXCTileset() 보호된 메소드

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

ParseLine() 공개 메소드

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

RemoveMap() 공개 메소드

public RemoveMap ( string name, string subset ) : XCMapDesc
name string
subset string
리턴 XCMapDesc

Save() 공개 메소드

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

프로퍼티 상세

groundMaps 보호되어 있는 프로퍼티

protected string[] groundMaps
리턴 string[]

mapDepth 보호되어 있는 프로퍼티

protected int mapDepth
리턴 int

mapSize 보호되어 있는 프로퍼티

protected MapSize mapSize
리턴 MapSize

myPal 보호되어 있는 프로퍼티

protected Palette myPal
리턴 Palette

rootPath 보호되어 있는 프로퍼티

protected string rootPath
리턴 string

scanFile 보호되어 있는 프로퍼티

protected string scanFile
리턴 string

underwater 보호되어 있는 프로퍼티

protected bool underwater
리턴 bool