---
title: boneInverseBindTransforms
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnskinner/boneinversebindtransforms
---

# boneInverseBindTransforms

The default transforms for the animation skeleton’s bone nodes.

## Declaration

```swift
var boneInverseBindTransforms: [NSValue]? { get }
```

## Discussion

Discussion An array of NSValue objects containing SCNMatrix4 transforms, each of which corresponds to a node in the bones array. Each value is the inverse of the bone node’s transform from bind space (that is, of the concatenation of all transforms from the skeleton root down to that bone) in the skeleton’s default pose.

## See Also

### Working with an Animation Skeleton

- [skeleton](scenekit/scnskinner/skeleton.md)
- [bones](scenekit/scnskinner/bones.md)
- [boneWeights](scenekit/scnskinner/boneweights.md)
- [boneIndices](scenekit/scnskinner/boneindices.md)
