# GetSceneFiles(ContentNamespace)

> An array of all the ContentSceneFile s associated with the ContentNamespace.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Loading](/engine/6000.7/script-reference/unity/loading.md)
* **Assembly:** UnityEngine.ContentLoadModule

```csharp
public static ContentSceneFile[] GetSceneFiles(ContentNamespace nameSpace)
```

### Parameters

**** (\[ContentNamespace]\(/engine/6000.7/script-reference/unity/content/contentnamespace)): The [ContentNamespace](/engine/6000.7/script-reference/unity/content/contentnamespace.md) used to filter the results.

### Returns

| Type                                                                                      | Description                                                                                                                                                                                                                |
| ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ContentSceneFile\[\]](/engine/6000.7/script-reference/unity/loading/contentscenefile.md) | Returns an array of all the [ContentSceneFile](/engine/6000.7/script-reference/unity/loading/contentscenefile.md)s belonging to the [ContentNamespace](/engine/6000.7/script-reference/unity/content/contentnamespace.md). |

### Remarks

The results will include all [ContentFile](/engine/6000.7/script-reference/unity/loading/contentfile.md)s regardless of their [ContentSceneFile.Status](/engine/6000.7/script-reference/unity/loading/contentscenefile/status.md).
