---
title: "index(of:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/skeletalposeset/index(of:)"
---

# index(of:)

Returns the index where the specified pose appears in the collection.

## Declaration

```swift
func index(of poseID: SkeletalPose.ID) -> SkeletalPoseSet.Index?
```
