joints property

List<Node?> joints
final

The bone nodes referenced by this skin, in shader-binding order.

Entries may be null when Node.clone is unable to relocate a joint in the cloned subtree; the renderer treats null joints as identity transforms.

Implementation

final List<Node?> joints = [];