C# 클래스 MyArea.Area

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

공개 메소드들

메소드 설명
InitializeWorld ( World world ) : void

비공개 메소드들

메소드 설명
CreateItems ( LivingObject living, int numItems ) : void
CreateSheep ( EnvironmentObject env, int surfaceLevel ) : void
DrawRect ( EnvironmentObjectBuilder env, IntRectZ area, TileData data ) : void
FillVolume ( EnvironmentObjectBuilder env, IntBox volume, TileData data ) : void
GetRandomColor ( ) : GameColor
GetRandomSurfaceLocation ( EnvironmentObject env, int zLevel ) : IntPoint3

메소드 상세

InitializeWorld() 공개 메소드

public InitializeWorld ( World world ) : void
world Dwarrowdelf.Server.World
리턴 void