C# 클래스 VeeGen.Generators.VGGCave

상속: VGGenerator
파일 보기 프로젝트 열기: SuperV1234/VeeGen 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( VGArea mArea ) : void
VGGCave ( int mValuePassable, int mValueSolid = 1, int mInitialSolidPercent = 40, int mRequiredSolidToStarve = 3, int mRequiredSolidToSolidfy = 5, int mIterations = 1 )

메소드 상세

Generate() 공개 메소드

public Generate ( VGArea mArea ) : void
mArea VGArea
리턴 void

VGGCave() 공개 메소드

public VGGCave ( int mValuePassable, int mValueSolid = 1, int mInitialSolidPercent = 40, int mRequiredSolidToStarve = 3, int mRequiredSolidToSolidfy = 5, int mIterations = 1 )
mValuePassable int
mValueSolid int
mInitialSolidPercent int
mRequiredSolidToStarve int
mRequiredSolidToSolidfy int
mIterations int