Struct gltf::Node [] [src]

pub struct Node {
    pub extensions: Option<Map<String, Value>>,
    pub extras: Option<Map<String, Value>>,
    pub meshes: Option<Vec<Id>>,
    pub name: Option<String>,
}

Fields

Optional data targeting official extensions

Optional application specific data

The IDs of the Mesh objects in this node

Optional user-defined name for this object

Trait Implementations

impl Debug for Node
[src]

Formats the value using the given formatter.

impl Default for Node
[src]

Returns the "default value" for a type. Read more