# imageCount

> Number of pre-rendered images that can be switched when the billboard is viewed from different angles.

## Definition

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

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

### Remarks

Additional Resources: [BillboardAsset.GetImageTexCoords](/engine/6000.3/script-reference/unityengine/billboardasset/getimagetexcoords.md), [BillboardAsset.SetImageTexCoords](/engine/6000.3/script-reference/unityengine/billboardasset/setimagetexcoords.md).
