C# Класс ByChance.Configuration.Parameters.MaximumChunkCountTerminationCondition

Finishes level generation after a certain amount of chunks has been added.
Наследование: ITerminationCondition
Показать файл Открыть проект

Открытые методы

Метод Описание
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