C# 클래스 XCom.XCMapFile

상속: XCom.Interfaces.Base.IMap_Base
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 메소드들

메소드 설명
AddRmp ( MapLocation loc ) : RmpEntry
CalcDrawAbove ( ) : void
Hq2x ( ) : void
NewMap ( Stream s, byte rows, byte cols, byte height ) : void

Writes a blank map to the Stream provided

Save ( ) : void
Save ( FileStream s ) : void
SaveBlanks ( ) : void
XCMapFile ( string basename, string basePath, string blankPath, List tiles, string depList ) : System

비공개 메소드들

메소드 설명
createTile ( List tiles, int q1, int q2, int q3, int q4 ) : XCMapTile
readMap ( Stream s, List tiles ) : void

메소드 상세

AddRmp() 공개 메소드

public AddRmp ( MapLocation loc ) : RmpEntry
loc MapLocation
리턴 RmpEntry

CalcDrawAbove() 공개 메소드

public CalcDrawAbove ( ) : void
리턴 void

Hq2x() 공개 메소드

public Hq2x ( ) : void
리턴 void

NewMap() 공개 정적인 메소드

Writes a blank map to the Stream provided
public static NewMap ( Stream s, byte rows, byte cols, byte height ) : void
s Stream
rows byte
cols byte
height byte
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

Save() 공개 메소드

public Save ( FileStream s ) : void
s System.IO.FileStream
리턴 void

SaveBlanks() 공개 메소드

public SaveBlanks ( ) : void
리턴 void

XCMapFile() 공개 메소드

public XCMapFile ( string basename, string basePath, string blankPath, List tiles, string depList ) : System
basename string
basePath string
blankPath string
tiles List
depList string
리턴 System