Type Alias gltf_json::extras::Extras

source ·
pub type Extras = Option<Box<RawValue>>;
Expand description

Data type of the extras attribute on all glTF objects.

Aliased Type§

enum Extras {
    None,
    Some(Box<RawValue>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Box<RawValue>)

Some value of type T.