Table of Contents

Method MarkChanged

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

MarkChanged(IBiome)

Marks a biome as changed by updating its updateCounter to the current timestamp.

public static void MarkChanged(this IBiome b)

Parameters

b IBiome

Biome to mark as changed.

Remarks

This is a lightweight change notification mechanism used by runtime and editor workflows before requesting regeneration.