concinnity-cook 0.19.2

Authored world model, validation, and the asset cook pipeline that bakes a Concinnity world into a blob
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! The authored schemas of the build-only assets: what a world declares and
//! the cook expands into the components they stand for, gone before a blob is
//! written. Their registry group is [`crate::authoring::registry::build_only`].

pub(crate) mod camera_shot;
pub(crate) mod character_model;
pub(crate) mod character_schema;
pub(crate) mod light_rig;
pub(crate) mod main_menu;
pub(crate) mod material_palette;
pub(crate) mod option_select;
pub(crate) mod panel;
pub(crate) mod prefab;
pub(crate) mod scene_import;
pub(crate) mod slider;
pub(crate) mod story_import;