Type Definition bevy_app::CreatePlugin[][src]

pub type CreatePlugin = unsafe fn() -> *mut dyn Plugin;
Expand description

Type representing an unsafe function that returns a mutable pointer to a Plugin. Used for dynamically loading plugins. See bevy_dynamic_plugin/src/loader.rs#dynamically_load_plugin