Struct GridCoveredAddress
Identifies one topology-local address covered by a query and its exact grid generation.
public readonly struct GridCoveredAddress
- Inherited Members
Properties
ConfigurationKey
The durable normalized grid identity.
public GridConfigurationKey ConfigurationKey { get; }
Property Value
GridIndex
The recyclable world-local grid slot.
public ushort GridIndex { get; }
Property Value
GridLastChangeSequence
The grid's last committed change sequence captured for this result.
public ulong GridLastChangeSequence { get; }
Property Value
GridSpawnToken
The exact process-unique grid allocation identity.
public long GridSpawnToken { get; }
Property Value
VoxelIndex
The topology-local address, whether or not a physical voxel currently exists.
public VoxelIndex VoxelIndex { get; }