---
title: "ActionEntityResolution.entityPath(_:)"
framework: realitykit
role: symbol
role_heading: Case
path: "realitykit/actionentityresolution/entitypath(_:)"
---

# ActionEntityResolution.entityPath(_:)

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

## Declaration

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

## Discussion

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