bones
The control nodes of the animation skeleton.
Declaration
var bones: [SCNNode] { get }Discussion
An array of SCNNode objects, each of which represents a control point of the animation skeleton. Moving a node deforms the surface of the skinner’s geometry, based on the skeleton data from which the skinner object was created.