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

Method get

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

Source from the content-addressed store, hash-verified

108 }
109
110 pub fn get(&self, handle: f64) -> Option<&ModelData> {
111 self.models.get(handle)
112 }
113
114 /// Return the axis-aligned bounding box of a loaded model as
115 /// `(min_xyz, max_xyz)`. Used by editors to size move/rotate gizmos,

Callers 15

setup_world_hdrFunction · 0.45
mainFunction · 0.45
sample_base_colorMethod · 0.45
sample_texture_srgbMethod · 0.45
sample_texture_linearMethod · 0.45
load_sceneFunction · 0.45
mainFunction · 0.45
createPrefabRegistryFunction · 0.45
parseOBJFunction · 0.45
getRayCollisionMeshFunction · 0.45
wallSystemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected