Table of Contents

Class GridNavigationBaseline

Namespace
GridForge.Grids
Assembly
GridForge.dll

Atomic requested-address snapshot for initializing an external navigation overlay.

public sealed class GridNavigationBaseline
Inheritance
GridNavigationBaseline
Inherited Members

Properties

CapturedChangeSequence

The world-local committed change sequence captured with the state.

public ulong CapturedChangeSequence { get; }

Property Value

ulong

ConfigurationKey

The requested normalized configuration identity.

public GridConfigurationKey ConfigurationKey { get; }

Property Value

GridConfigurationKey

GridIndex

The active grid's recyclable world-local slot.

public ushort GridIndex { get; }

Property Value

ushort

GridLastChangeSequence

The last world-local change sequence applied to this exact grid generation. Unrelated grids do not advance this value.

public ulong GridLastChangeSequence { get; }

Property Value

ulong

GridSpawnToken

The exact world-local generation of the active grid.

public long GridSpawnToken { get; }

Property Value

long

VoxelStates

Requested address states in the caller's validated ascending order.

public ReadOnlySpan<NavigationBaselineVoxelState> VoxelStates { get; }

Property Value

ReadOnlySpan<NavigationBaselineVoxelState>

WorldSpawnToken

The exact process-unique identity of the source world.

public long WorldSpawnToken { get; }

Property Value

long