Table of Contents

Class Sphere

Namespace
RandomizerCore.Randomization
Assembly
RandomizerCore.dll

The computational result of a step of the randomizer.

public class Sphere
Inheritance
Sphere
Inherited Members

Fields

Items

Items to be placed in the current sphere or earlier.

public List<IRandoItem> Items

Field Value

List<IRandoItem>

Locations

Locations unlocked after placing Items.

public List<IRandoLocation> Locations

Field Value

List<IRandoLocation>

depth

The depth of the sphere.

public int depth

Field Value

int

final

Indicates whether this is the result of the final step of the stage.

public bool final

Field Value

bool

groupIndex

The index of the randomization group of the sphere.

public int groupIndex

Field Value

int

groupLabel

The label of the randomization group of the sphere.

public string groupLabel

Field Value

string