Table of Contents

Method GenerateBiomesInGroup

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

GenerateBiomesInGroup(IBiome)

Requests regeneration for the manager associated with the specified biome.

public static void GenerateBiomesInGroup(this IBiome b)

Parameters

b IBiome

Biome 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.