Skip to main content

Crate fyrox_graph

Crate fyrox_graph 

Source
Expand description

Graph utilities and common algorithms.

Modules§

constructor
prelude

Structs§

GraphTraverseIterator
Iterator that traverses tree in depth and returns shared references to nodes.
LinkScheme
NodeHandleMap
A OriginalHandle -> CopyHandle map. It is used to map handles to nodes after copying.

Enums§

NodeMapping

Traits§

PrefabData
SceneGraph
SceneGraph is a trait for all scene graphs to implement.
SceneGraphNode