logo

Type Definition bevy::app::CreatePlugin

[]
pub type CreatePlugin = unsafe fn() -> *mut dyn Plugin + 'static;
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