C# Class ByChance.Configuration.Parameters.MaximumChunkCountTerminationCondition

Finishes level generation after a certain amount of chunks has been added.
Inheritance: ITerminationCondition
Show file Open project: npruehs/bychance

Public Methods

Method Description
ConditionIsMet ( object level ) : bool

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

Method Details

ConditionIsMet() public method

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