Table of Contents

Property allInstances

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

allInstances

Gets the currently enabled local procedural biomes tracked by the runtime.

public static IEnumerable<LocalProceduralBiome> allInstances { get; }

Property Value

IEnumerable<LocalProceduralBiome>

Remarks

Instances register in OnEnable and unregister in OnDisable. This collection is used by helpers such as LPBInputProvider to resolve a biome by serialized GUID after domain reload or deserialization.