# autoRecycle

> Returns true if this animation object will be automatically returned to the instance pool after the animation has completed.

## Definition

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

```csharp
public bool autoRecycle { get; set; }
```
