C# Class EssenceShared.Game.Generators.Generator

ファイルを表示 Open project: Insality/essence-of-shadows

Private Properties

Property Type Description
NoiseToLevel List
Output void

Public Methods

Method Description
GenerateLevel ( int width, int height, LevelType type ) : List

Private Methods

Method Description
NoiseToLevel ( ) : List
Output ( ) : void

Method Details

GenerateLevel() public static method

public static GenerateLevel ( int width, int height, LevelType type ) : List
width int
height int
type LevelType
return List