Method GetVistaManagerInstance
GetVistaManagerInstance(IBiome)
Resolves the VistaManager that owns a biome.
public static VistaManager GetVistaManagerInstance(this IBiome b)
Parameters
bIBiomeBiome to resolve from.
Returns
- VistaManager
The nearest parent VistaManager when one exists; otherwise a manager matched by managerId; otherwise null.
Remarks
The parent lookup path handles standard biome hierarchies. The connector fallback supports biomes that are not parented under a manager but are linked by id instead.