C# 클래스 Terraria.Map.MapHelper

파일 보기 프로젝트 열기: EmuDevs/EDTerraria

공개 프로퍼티들

프로퍼티 타입 설명
maxUpdateTile int
numUpdateTile int
tileLookup ushort[]
tileOptionCounts int[]
updateTileX short[]
updateTileY short[]
wallLookup ushort[]
wallOptionCounts int[]

공개 메소드들

메소드 설명
CreateMapTile ( int i, int j, byte Light ) : MapTile
GetMapTileXnaColor ( MapTile &tile ) : Color
Initialize ( ) : void
LoadMapVersion1 ( BinaryReader fileIO, int release ) : void
LoadMapVersion2 ( BinaryReader fileIO, int release ) : void
LookupCount ( ) : int
SaveMap ( ) : void
TileToLookup ( int tileType, int option ) : int

비공개 메소드들

메소드 설명
MapColor ( ushort type, Color &oldColor, byte colorType ) : void

메소드 상세

CreateMapTile() 공개 정적인 메소드

public static CreateMapTile ( int i, int j, byte Light ) : MapTile
i int
j int
Light byte
리턴 MapTile

GetMapTileXnaColor() 공개 정적인 메소드

public static GetMapTileXnaColor ( MapTile &tile ) : Color
tile MapTile
리턴 Color

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LoadMapVersion1() 공개 정적인 메소드

public static LoadMapVersion1 ( BinaryReader fileIO, int release ) : void
fileIO System.IO.BinaryReader
release int
리턴 void

LoadMapVersion2() 공개 정적인 메소드

public static LoadMapVersion2 ( BinaryReader fileIO, int release ) : void
fileIO System.IO.BinaryReader
release int
리턴 void

LookupCount() 공개 정적인 메소드

public static LookupCount ( ) : int
리턴 int

SaveMap() 공개 정적인 메소드

public static SaveMap ( ) : void
리턴 void

TileToLookup() 공개 정적인 메소드

public static TileToLookup ( int tileType, int option ) : int
tileType int
option int
리턴 int

프로퍼티 상세

maxUpdateTile 공개적으로 정적으로 프로퍼티

public static int maxUpdateTile
리턴 int

numUpdateTile 공개적으로 정적으로 프로퍼티

public static int numUpdateTile
리턴 int

tileLookup 공개적으로 정적으로 프로퍼티

public static ushort[] tileLookup
리턴 ushort[]

tileOptionCounts 공개적으로 정적으로 프로퍼티

public static int[] tileOptionCounts
리턴 int[]

updateTileX 공개적으로 정적으로 프로퍼티

public static short[] updateTileX
리턴 short[]

updateTileY 공개적으로 정적으로 프로퍼티

public static short[] updateTileY
리턴 short[]

wallLookup 공개적으로 정적으로 프로퍼티

public static ushort[] wallLookup
리턴 ushort[]

wallOptionCounts 공개적으로 정적으로 프로퍼티

public static int[] wallOptionCounts
리턴 int[]