Attribute Macro bevy_ergo_plugin::resource_exists

source ·
#[resource_exists]
Expand description

system parameter marker attribute that generates
.add_system( system_name.run_if(resource_exists::<arg>()) )