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

Method set_binding

perro_source/api_modules/perro_input_api/src/player.rs:33–35  ·  view source on GitHub ↗
(&mut self, binding: PlayerBinding)

Source from the content-addressed store, hash-verified

31
32 #[inline]
33 pub fn set_binding(&mut self, binding: PlayerBinding) {
34 self.binding = binding;
35 }
36
37 #[inline]
38 pub fn get_kbm<'a>(

Callers 2

bind_playerMethod · 0.45
animation_bindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected