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
Locations
Locations unlocked after placing Items.
public List<IRandoLocation> Locations
Field Value
depth
The depth of the sphere.
public int depth
Field Value
final
Indicates whether this is the result of the final step of the stage.
public bool final
Field Value
groupIndex
The index of the randomization group of the sphere.
public int groupIndex
Field Value
groupLabel
The label of the randomization group of the sphere.
public string groupLabel