Struct GridNavigationBodyTraceCell
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
ConfigurationKey
The normalized grid binding key, independent of its recyclable runtime slot.
public GridConfigurationKey ConfigurationKey { get; }
Property Value
GridLastChangeSequence
The last committed sequence applied to the owning grid generation.
public ulong GridLastChangeSequence { get; }
Property Value
IsPhysicallyPresent
Whether physical storage contained this address during the trace.
public bool IsPhysicallyPresent { get; }
Property Value
Role
How this identity participates in the physical coverage proof.
public GridNavigationBodyTraceCellRole Role { get; }