# Count

> Represents the total number of shader stages recognized by Unity.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Shaders](/engine/6000.5/script-reference/unityengine/shaders.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
Count = 7
```

### Remarks

Use this only to iterate over the shader stages, not for serialization.
