[go: up one dir, main page]

Trait gltf::Find [] [src]

pub trait Find<T> {
    fn find(&self, id: &str) -> Option<&T>;
}

Helper trait for looking up objects by their identifier in a glTF asset

Required Methods

Attempts to find the object with the given type and identifer

Implementors