(&self, handle: f64)
| 124 | } |
| 125 | |
| 126 | pub fn get_animation(&self, handle: f64) -> Option<&ModelAnimation> { |
| 127 | self.animations.get(handle) |
| 128 | } |
| 129 | |
| 130 | pub fn unload_model(&mut self, handle: f64) { |
| 131 | self.models.free(handle); |
no test coverage detected