pub type ContactGraphInternal = StableUnGraph<Entity, ContactEdge>;Expand description
An undirected graph where each node is an entity and each edge is a ContactEdge.
The graph maintains stable indices for nodes and edges even when items are removed.
This is stored internally in the ContactGraph resource, which provides a higher-level API
for working with contact pairs.
Aliased Typeยง
pub struct ContactGraphInternal { /* private fields */ }