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

Method inspect

perro_source/api_modules/perro_resource_api/src/sub_apis/gltf.rs:44–46  ·  view source on GitHub ↗
(&self, source: S)

Source from the content-addressed store, hash-verified

42
43 #[inline]
44 pub fn inspect<S: ResPathSource>(&self, source: S) -> Option<GltfInfo> {
45 self.api.inspect_gltf(source.as_res_path_str())
46 }
47
48 #[inline]
49 pub fn mesh_count<S: ResPathSource>(&self, source: S) -> Option<usize> {

Callers 10

open_gltf_pathFunction · 0.80
cycle_active_glb_refFunction · 0.80
mesh_countMethod · 0.80
material_countMethod · 0.80
skeleton_countMethod · 0.80
animation_countMethod · 0.80
node_countMethod · 0.80
scene_countMethod · 0.80
texture_countMethod · 0.80

Calls 2

inspect_gltfMethod · 0.80
as_res_path_strMethod · 0.80

Tested by 1