MCPcopy Create free account
hub / github.com/PerroEngine/Perro / present_with_overlay

Method present_with_overlay

perro_source/render_stack/perro_app/src/lib.rs:473–478  ·  view source on GitHub ↗
(&mut self, overlay_commands: I)

Source from the content-addressed store, hash-verified

471 #[inline]
472 pub fn players(&self) -> &[PlayerState] {
473 self.runtime.players()
474 }
475
476 #[inline]
477 pub fn bind_player(&mut self, index: usize, binding: PlayerBinding) {
478 self.runtime.bind_player(index, binding);
479 }
480
481 #[inline]

Callers 1

presentMethod · 0.80

Calls 1

Tested by

no test coverage detected