C# 클래스 RandomSeed, WorldMaker

Summary description for RandomSeed
파일 보기 프로젝트 열기: SvenFrankson/WorldMaker 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Rand ( int i ) : float
Rand ( int i, int j, int k, int d ) : float
RandomSeed ( int seed ) : System.Collections

메소드 상세

Rand() 공개 메소드

public Rand ( int i ) : float
i int
리턴 float

Rand() 공개 메소드

public Rand ( int i, int j, int k, int d ) : float
i int
j int
k int
d int
리턴 float

RandomSeed() 공개 메소드

public RandomSeed ( int seed ) : System.Collections
seed int
리턴 System.Collections