# isObjectReference

> This property is True when this GenericBinding target is an animatable Unity object reference, such as a sprite.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Animations](/engine/6000.0/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public bool isObjectReference { get; }
```
