[][src]Trait shine_gltf::Get

pub trait Get<T> {
    fn get(&self, id: &Index<T>) -> Option<&T>;
}

Helper trait for retrieving top-level objects by a universal identifier.

Required methods

fn get(&self, id: &Index<T>) -> Option<&T>

Retrieves a single value at the given index.

Loading content...

Implementors

impl<'a> Get<Accessor> for Root[src]

impl<'a> Get<Animation> for Root[src]

impl<'a> Get<Buffer> for Root[src]

impl<'a> Get<View> for Root[src]

impl<'a> Get<Camera> for Root[src]

impl<'a> Get<Image> for Root[src]

impl<'a> Get<Material> for Root[src]

impl<'a> Get<Mesh> for Root[src]

impl<'a> Get<Node> for Root[src]

impl<'a> Get<Scene> for Root[src]

impl<'a> Get<Skin> for Root[src]

impl<'a> Get<Sampler> for Root[src]

impl<'a> Get<Texture> for Root[src]

Loading content...