Struct gltf::scene::Scene [] [src]

pub struct Scene<'a> { /* fields omitted */ }

The root Nodes of a scene.

Methods

impl<'a> Scene<'a>
[src]

[src]

Returns the internal JSON index.

[src]

Optional application specific data.

[src]

Returns an Iterator that visits each root node of the scene.

Trait Implementations

impl<'a> Clone for Scene<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Scene<'a>
[src]

[src]

Formats the value using the given formatter.