# includedObjects

> List of objects that an asset contains in its source file.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Build.Content](/engine/6000.5/script-reference/unityeditor/build/content.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public List<ObjectIdentifier> includedObjects { get; set; }
```

### Remarks

Internal use only. See [AssetLoadInfo](/engine/6000.5/script-reference/unityeditor/build/content/assetloadinfo.md).
