C# 클래스 Ballz.SessionFactory.TerrainGenerator

파일 보기 프로젝트 열기: SpagAachen/Ballz

공개 메소드들

메소드 설명
GenerateTerrain ( int width, int height ) : Microsoft.Xna.Framework.Graphics.Texture2D

비공개 메소드들

메소드 설명
GenerateArray ( int width, int height ) : ].Terrain.TerrainType[
weightedNoise ( float f, int height, int x, int y ) : float

메소드 상세

GenerateTerrain() 공개 정적인 메소드

public static GenerateTerrain ( int width, int height ) : Microsoft.Xna.Framework.Graphics.Texture2D
width int
height int
리턴 Microsoft.Xna.Framework.Graphics.Texture2D