[go: up one dir, main page]

Struct gltf::v1::animation::Target [] [src]

pub struct Target {
    pub id: String,
    pub path: TargetPath,
}

Fields

The ID of the node to target.

The name of the node's TRS property to modify.

Trait Implementations

impl Debug for Target
[src]

Formats the value using the given formatter.