# ObjectData

> ObjectData holds information about a packed Object such as Sprite in the sprite atlas.

## Definition

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

```csharp
public struct ObjectData
```

## Fields

| Value                                                                              | Description                                                                   |
| ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [asset](/engine/6000.7/script-reference/unityengine/u2d/objectdata/asset.md)       | Entity ID of the sprite.                                                      |
| [packInfo](/engine/6000.7/script-reference/unityengine/u2d/objectdata/packinfo.md) | Packing information for this object. X, Y coordinates of the packed position. |
