Class GridNavigationBaseline
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
ConfigurationKey
The requested normalized configuration identity.
public GridConfigurationKey ConfigurationKey { get; }
Property Value
GridIndex
The active grid's recyclable world-local slot.
public ushort GridIndex { get; }
Property Value
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
GridSpawnToken
The exact world-local generation of the active grid.
public long GridSpawnToken { get; }
Property Value
VoxelStates
Requested address states in the caller's validated ascending order.
public ReadOnlySpan<NavigationBaselineVoxelState> VoxelStates { get; }
Property Value
WorldSpawnToken
The exact process-unique identity of the source world.
public long WorldSpawnToken { get; }