---
title: BindPath.Part.transform
framework: realitykit
role: symbol
role_heading: Case
path: realitykit/bindpath/part/transform
---

# BindPath.Part.transform

A path component to animate a transform.

## Declaration

```swift
case transform
```

## Discussion

Discussion This path component terminates an array of paths, and at the same time specifies a transform that animates. This BindTarget references a Transform type

## See Also

### Choosing the path component

- [BindPath.Part.anchorEntity(_:)](realitykit/bindpath/part/anchorentity(_:).md)
- [BindPath.Part.entity(_:)](realitykit/bindpath/part/entity(_:).md)
- [BindPath.Part.jointTransforms](realitykit/bindpath/part/jointtransforms.md)
- [BindPath.Part.parameter(_:)](realitykit/bindpath/part/parameter(_:).md)
- [BindPath.Part.scene(_:)](realitykit/bindpath/part/scene(_:).md)
