Class RandomizationStage
- Namespace
- RandomizerCore.Randomization
- Assembly
- RandomizerCore.dll
A collection of RandomizationGroups which should be randomized concurrently by the randomizer, and placed according to the stage's strategy.
public class RandomizationStage
- Inheritance
-
RandomizationStage
- Inherited Members
Fields
groups
public RandomizationGroup[] groups
Field Value
label
public string label
Field Value
strategy
public StagePlacementStrategy strategy
Field Value
Methods
OnNewAttempt()
Called on each new attempt of the randomizer. Base calls OnNewAttempt on each group in the stage.
public virtual void OnNewAttempt()
ToString()
public override string ToString()