Table of Contents

Property updateCounter

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

updateCounter

Gets or sets the biome change stamp used by the manager to detect invalidated state.

public long updateCounter { get; set; }

Property Value

long

Remarks

Extension helpers update this value with a timestamp-like counter whenever the biome changes and regeneration is required. After a successful manager pass, VistaManager overwrites it with the manager's own update counter so later comparisons can determine whether the biome is already in sync with that pass.