skin property

GltfRef<Skin>? skin
final

The reference to the skin referenced by this node. When a skin is referenced by a node within a scene, all joints used by the skin MUST belong to the same scene. When defined, mesh MUST also be defined.

Implementation

final GltfRef<Skin>? skin;