MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / get_animation

Method get_animation

native/shared/src/models.rs:126–128  ·  view source on GitHub ↗
(&self, handle: f64)

Source from the content-addressed store, hash-verified

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);

Calls 1

getMethod · 0.45

Tested by

no test coverage detected