Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetContentFiles(ContentNamespace)

Returns all the ContentFile handles associated with the provided ContentNamespace.
Read time 1 minuteLast updated 6 days ago

Definition

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

Parameters

The ContentNamespace used to filter the results.

Returns

Type

Description

ContentFile[]Returns an array of all the ContentFiles belonging to the ContentNamespace.

Remarks

The results will include all ContentFiles regardless of their ContentFile.LoadingStatus.