C# Class Swordening.DungeonGenerator

ファイルを表示 Open project: ArghyV/Peliohjelmointi-s2011

Public Properties

Property Type Description
RANDOM_TILES bool

Public Methods

Method Description
CreateMapTile ( SwordeningGame game, InGame gameState, int x, int z ) : MapTile

Creates a MapTile.

Method Details

CreateMapTile() public static method

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

Property Details

RANDOM_TILES public_oe static_oe property

Should tiles be generated at random.
public static bool RANDOM_TILES
return bool