# GetResolver()

> Returns the table used by the graph to resolve ExposedReference s.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Playables](/engine/6000.6/script-reference/unityengine/playables.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public IExposedPropertyTable GetResolver()
```

### Returns

| Type                                                                                          | Description |
| --------------------------------------------------------------------------------------------- | ----------- |
| [IExposedPropertyTable](/engine/6000.6/script-reference/unityengine/iexposedpropertytable.md) |             |
