Method MarkChanged
MarkChanged(IBiome)
Marks a biome as changed by updating its updateCounter to the current timestamp.
public static void MarkChanged(this IBiome b)
Parameters
bIBiomeBiome to mark as changed.
Remarks
This is a lightweight change notification mechanism used by runtime and editor workflows before requesting regeneration.