Struct gltf::scene::Scene
[−]
[src]
pub struct Scene<'a> { /* fields omitted */ }The root Nodes of a scene.
Methods
impl<'a> Scene<'a>[src]
pub fn index(&self) -> usize[src]
Returns the internal JSON index.
pub fn extras(&self) -> &Extras[src]
Optional application specific data.
ⓘImportant traits for Nodes<'a>pub fn nodes(&self) -> Nodes<'a>[src]
ⓘImportant traits for Nodes<'a>
Returns an Iterator that visits each root node of the scene.
Trait Implementations
impl<'a> Clone for Scene<'a>[src]
fn clone(&self) -> Scene<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more