Struct gltf_json::asset::Asset [] [src]

pub struct Asset {
    pub copyright: Option<String>,
    pub extensions: Asset,
    pub extras: Extras,
    pub generator: Option<String>,
    pub min_version: Option<String>,
    pub version: String,
}

Metadata about the glTF asset.

Fields

A copyright message suitable for display to credit the content creator.

Extension specific data.

Optional application specific data.

Tool that generated this glTF model.

The minimum glTF version that this asset targets.

The glTF version of this asset.

Trait Implementations

impl Clone for Asset
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Asset
[src]

[src]

Formats the value using the given formatter.

impl Validate for Asset
[src]

[src]

Validates only the invariants required for the library to function safely.

[src]

Validates the data against the glTF 2.0 specification. Read more

impl Default for Asset
[src]

[src]

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