# count

> The number of light probes (Read Only).

## Definition

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

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

### Remarks

Deprecated, use [LightProbes.countSelf](/engine/6000.6/script-reference/unityengine/lightprobes/countself.md) instead.
