pub fn insert_resource<R: Resource>(resource: R) -> impl Command
A Command that inserts a Resource into the world.
Command
Resource