Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSceneFiles(ContentNamespace)

An array of all the ContentSceneFile s associated with the ContentNamespace.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: Unity.Loading
  • Assembly: UnityEngine.ContentLoadModule
public static ContentSceneFile[] GetSceneFiles(ContentNamespace nameSpace)

Parameters

The ContentNamespace used to filter the results.

Returns

Type

Description

ContentSceneFile[]Returns an array of all the ContentSceneFiles belonging to the ContentNamespace.

Remarks

The results will include all ContentFiles regardless of their ContentSceneFile.Status.