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

Method Scene

perro_source/api_modules/perro_runtime_api/src/api.rs:130–132  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

128 /// Access physics state, forces, raycasts, prediction, and gravity.
129 #[inline]
130 pub fn Physics(&mut self) -> PhysicsModule<'_, RT> {
131 PhysicsModule::new(self.rt)
132 }
133
134 /// Control per-node animation players.
135 #[inline]

Callers 5

load_preview_sceneFunction · 0.80
load_editor_shellFunction · 0.80

Calls

no outgoing calls

Tested by 1