Table of Contents

Struct GridCoveredAddress

Namespace
GridForge.Grids.Topology
Assembly
GridForge.dll

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

GridConfigurationKey

GridIndex

The recyclable world-local grid slot.

public ushort GridIndex { get; }

Property Value

ushort

GridLastChangeSequence

The grid's last committed change sequence captured for this result.

public ulong GridLastChangeSequence { get; }

Property Value

ulong

GridSpawnToken

The exact process-unique grid allocation identity.

public long GridSpawnToken { get; }

Property Value

long

VoxelIndex

The topology-local address, whether or not a physical voxel currently exists.

public VoxelIndex VoxelIndex { get; }

Property Value

VoxelIndex