Property allInstances
allInstances
Gets the currently enabled local procedural biomes tracked by the runtime.
public static IEnumerable<LocalProceduralBiome> allInstances { get; }
Property Value
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.