Table of Contents

Struct GridNavigationBodyTraceCell

Namespace
GridForge.Grids
Assembly
GridForge.dll

Identifies one topology cell and its physical generation evidence.

public readonly struct GridNavigationBodyTraceCell
Inherited Members

Properties

Cell

The exact world, grid-generation, and topology-local address.

public WorldVoxelIndex Cell { get; }

Property Value

WorldVoxelIndex

ConfigurationKey

The normalized grid binding key, independent of its recyclable runtime slot.

public GridConfigurationKey ConfigurationKey { get; }

Property Value

GridConfigurationKey

GridLastChangeSequence

The last committed sequence applied to the owning grid generation.

public ulong GridLastChangeSequence { get; }

Property Value

ulong

IsPhysicallyPresent

Whether physical storage contained this address during the trace.

public bool IsPhysicallyPresent { get; }

Property Value

bool

Role

How this identity participates in the physical coverage proof.

public GridNavigationBodyTraceCellRole Role { get; }

Property Value

GridNavigationBodyTraceCellRole