Method GenerateBiomesInGroup
GenerateBiomesInGroup(IBiome)
Requests regeneration for the manager associated with the specified biome.
public static void GenerateBiomesInGroup(this IBiome b)
Parameters
bIBiomeBiome whose owning manager should regenerate.
Remarks
This method resolves a manager through GetVistaManagerInstance(IBiome) and then calls GenerateAll(). If no manager can be resolved, nothing happens.