# AtlasPage

> AtlasPage holds information about a page in the sprite atlas.

## Definition

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

```csharp
public struct AtlasPage
```

## Fields

| Value                                                                                         | Description                                                  |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [assets](/engine/6000.6/script-reference/unityengine/u2d/atlaspage/assets.md)                 | Array of object data (packables) for this atlas page.        |
| [packedTextures](/engine/6000.6/script-reference/unityengine/u2d/atlaspage/packedtextures.md) | Array of texture (packed textures) data for this atlas page. |
