Expand description
Graph utilities and common algorithms.
Modules§
Structs§
- Graph
Traverse Iterator - Iterator that traverses tree in depth and returns shared references to nodes.
- Link
Scheme - Node
Handle Map - A
OriginalHandle -> CopyHandlemap. It is used to map handles to nodes after copying.
Enums§
Traits§
- Prefab
Data - Scene
Graph - SceneGraph is a trait for all scene graphs to implement.
- Scene
Graph Node