Table of Contents

Method GetVistaManagerInstance

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

GetVistaManagerInstance(IBiome)

Resolves the VistaManager that owns a biome.

public static VistaManager GetVistaManagerInstance(this IBiome b)

Parameters

b IBiome

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