Class SeedInstance
Represents an instance of a functional seed in the world. (Not just the definition — this is the physical object you interact with.)
public class SeedInstance
- Inheritance
-
SeedInstance
- Inherited Members
- Extension Methods
Properties
HasExitedVial
Whether the seed currently has exited its vial.
public bool HasExitedVial { get; }
Property Value
Methods
ForceExitVial()
Force the seed to exit the vial manually.
public void ForceExitVial()