skeletons property

List<GltfRef<Node>> skeletons
final

The reference to skeleton nodes.

Each node defines a subtree, which has a jointName of the corresponding element in the referenced skin.jointNames.

Implementation

final List<GltfRef<Node>> skeletons;