hydrate-model 0.0.2

Game asset pipeline and authoring framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod edit_context;

mod editor_model;
pub use editor_model::{EditContextKey, EditorModel, EditorModelWithCache};

mod undo;
pub use undo::EndContextBehavior;
pub use undo::UndoStack;

mod location_tree;
pub use location_tree::*;

mod location_cache;
pub use location_cache::*;

mod path_node;
pub use path_node::PathNode;
pub use path_node::PathNodeRoot;