C# Class ByChance.Configuration.Parameters.MaximumChunkCountTerminationCondition

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

Méthodes publiques

Méthode Description
ConditionIsMet ( object level ) : bool

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

Method Details

ConditionIsMet() public méthode

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