Function oxygengine_core::prefab::bundle_installer[][src]

pub fn bundle_installer<PB, PMS>(
    builder: &mut AppBuilder<PB>,
    prefab_manager_setup: PMS
) -> Result<(), PipelineBuilderError> where
    PB: PipelineBuilder,
    PMS: FnMut(&mut PrefabManager),