Method RemoveRandomizer
RemoveRandomizer<T>()
Removes a randomizer of the specified type from this scenario
Declaration
public void RemoveRandomizer<T>() where T : Randomizer, new()
Type Parameters
Name | Description |
---|---|
T | The type of scenario to remove |