Struct gltf::v1::animation::Target
[−]
[src]
pub struct Target {
pub id: String,
pub path: TargetPath,
}Fields
id: String
The ID of the node to target.
path: TargetPath
The name of the node's TRS property to modify.