<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ActionEntityResolution/entityPath(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation22ActionEntityResolutionO10entityPathyAcA10BindTargetO0dG0VcACmF"
  },
  "title" : "ActionEntityResolution.entityPath(_:)"
}
-->

# ActionEntityResolution.entityPath(_:)

An option that resolves an entity by specifying a bind path relative to the entity playing the action.

```
case entityPath(BindTarget.EntityPath)
```

## Discussion

Use this to resolve a `BindTarget.EntityPath` from the entity playing the action.
The targeted entity will have the action applied to it.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)