C# 클래스 ByChance.Configuration.Parameters.MaximumChunkCountTerminationCondition

Finishes level generation after a certain amount of chunks has been added.
상속: ITerminationCondition
파일 보기 프로젝트 열기: npruehs/bychance

공개 메소드들

메소드 설명
ConditionIsMet ( object level ) : bool

Returns true, if the level generation should stop, and false, otherwise.

메소드 상세

ConditionIsMet() 공개 메소드

Returns true, if the level generation should stop, and false, otherwise.
public ConditionIsMet ( object level ) : bool
level object Current generated level.
리턴 bool