concinnity-world 0.18.69

Authored world source, args schema, validation, and spec builders for Concinnity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 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::registry::build_only`].

pub mod camera_shot;
pub mod character_model;
pub mod character_schema;
pub mod engine_defaults;
pub mod light_rig;
pub mod main_menu;
pub mod material_palette;
pub mod option_select;
pub mod panel;
pub mod prefab;
pub mod scene_import;
pub mod slider;
pub mod story_import;