# referencedObjects

> List of objects referenced by the Scene.

## Definition

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

```csharp
public ReadOnlyCollection<ObjectIdentifier> referencedObjects { get; }
```

### Remarks

Internal use only. See [SceneDependencyInfo](/engine/6000.3/script-reference/unityeditor/build/content/scenedependencyinfo.md).
