# Recycle()

> Returns this animation object into its object pool.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements.Experimental](/engine/6000.3/script-reference/unityengine/uielements/experimental.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public void Recycle()
```

### Remarks

Keeping a reference to the animation object afterwards could lead to unspecified behaviour.
