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

Method pause

perro_source/api_modules/perro_runtime_api/src/sub_apis/physics.rs:722–724  ·  view source on GitHub ↗
(&mut self, paused: bool)

Source from the content-addressed store, hash-verified

720 self.rt
721 .solve_launch_velocity_3d(origin, target, speed, max_time, drift)
722 }
723
724 /// Predicts a 2D rigidbody position/velocity after `time`.
725 pub fn predict_body_2d(
726 &mut self,
727 body_id: NodeID,

Callers 7

animation_pauseMethod · 0.45
play_sourceMethod · 0.45
play_clipMethod · 0.45
pause_busMethod · 0.45
activate_midi_sinkMethod · 0.45

Calls 1

physics_pauseMethod · 0.45

Tested by

no test coverage detected