(&mut self)
| 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] |
no outgoing calls