C# 클래스 Swordening.DungeonGenerator

파일 보기 프로젝트 열기: ArghyV/Peliohjelmointi-s2011

공개 프로퍼티들

프로퍼티 타입 설명
RANDOM_TILES bool

공개 메소드들

메소드 설명
CreateMapTile ( SwordeningGame game, InGame gameState, int x, int z ) : MapTile

Creates a MapTile.

메소드 상세

CreateMapTile() 공개 정적인 메소드

Creates a MapTile.
public static CreateMapTile ( SwordeningGame game, InGame gameState, int x, int z ) : MapTile
game SwordeningGame
gameState InGame
x int
z int
리턴 MapTile

프로퍼티 상세

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

Should tiles be generated at random.
public static bool RANDOM_TILES
리턴 bool