C# 클래스 e2dPerlinNoise, E2D-Continued

파일 보기 프로젝트 열기: ryanlatham/E2D-Continued 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( float x ) : float
Regenerate ( ) : void
e2dPerlinNoise ( int octaves, float amplitude, int frequency, float persistence ) : System.Collections

메소드 상세

GetValue() 공개 메소드

public GetValue ( float x ) : float
x float
리턴 float

Regenerate() 공개 메소드

public Regenerate ( ) : void
리턴 void

e2dPerlinNoise() 공개 메소드

public e2dPerlinNoise ( int octaves, float amplitude, int frequency, float persistence ) : System.Collections
octaves int
amplitude float
frequency int
persistence float
리턴 System.Collections