C# 클래스 MapTile, SRPGCK

파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
baselines int[]
cornerInsets float[]
heights int[]
invisible bool
serializeHackUsable bool
sideInsets float[]
tileSpecs int[]
x int

공개 메소드들

메소드 설명
AdjustHeightOnSides ( int ht, Neighbors, mask, bool top, MapTile, next ) : void
AdjustTileSpecsAfterRemoving ( int i ) : void
ContainsZ ( int zed ) : bool
HighestHeightAt ( Neighbors, side ) : float
InsetCorner ( float inset, Corners, corner ) : void
InsetSides ( float inset, Neighbors, mask ) : void
IsAboveZ ( int zed ) : bool
LowestHeightAt ( Neighbors, side ) : float
MapTile ( int x, int y, int z ) : System
SetTileSpecOnSides ( int spec, Neighbors, mask ) : void

메소드 상세

AdjustHeightOnSides() 공개 메소드

public AdjustHeightOnSides ( int ht, Neighbors, mask, bool top, MapTile, next ) : void
ht int
mask Neighbors,
top bool
next MapTile,
리턴 void

AdjustTileSpecsAfterRemoving() 공개 메소드

public AdjustTileSpecsAfterRemoving ( int i ) : void
i int
리턴 void

ContainsZ() 공개 메소드

public ContainsZ ( int zed ) : bool
zed int
리턴 bool

HighestHeightAt() 공개 메소드

public HighestHeightAt ( Neighbors, side ) : float
side Neighbors,
리턴 float

InsetCorner() 공개 메소드

public InsetCorner ( float inset, Corners, corner ) : void
inset float
corner Corners,
리턴 void

InsetSides() 공개 메소드

public InsetSides ( float inset, Neighbors, mask ) : void
inset float
mask Neighbors,
리턴 void

IsAboveZ() 공개 메소드

public IsAboveZ ( int zed ) : bool
zed int
리턴 bool

LowestHeightAt() 공개 메소드

public LowestHeightAt ( Neighbors, side ) : float
side Neighbors,
리턴 float

MapTile() 공개 메소드

public MapTile ( int x, int y, int z ) : System
x int
y int
z int
리턴 System

SetTileSpecOnSides() 공개 메소드

public SetTileSpecOnSides ( int spec, Neighbors, mask ) : void
spec int
mask Neighbors,
리턴 void

프로퍼티 상세

baselines 공개적으로 프로퍼티

public int[] baselines
리턴 int[]

cornerInsets 공개적으로 프로퍼티

public float[] cornerInsets
리턴 float[]

heights 공개적으로 프로퍼티

public int[] heights
리턴 int[]

invisible 공개적으로 프로퍼티

public bool invisible
리턴 bool

serializeHackUsable 공개적으로 프로퍼티

public bool serializeHackUsable
리턴 bool

sideInsets 공개적으로 프로퍼티

public float[] sideInsets
리턴 float[]

tileSpecs 공개적으로 프로퍼티

public int[] tileSpecs
리턴 int[]

x 공개적으로 프로퍼티

public int x
리턴 int