# CountActive

> Number of objects that have been created by the pool but are currently in use and have not yet been returned.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Pool](/engine/6000.7/script-reference/unityengine/pool.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public int CountActive { get; }
```
