Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAll()

Retrieves all existing ContentNamespace objects.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: Unity.Content
  • Assembly: UnityEngine.CoreModule
public static ContentNamespace[] GetAll()

Returns

Type

Description

ContentNamespace[]Returns all existing ContentNamespace objects.

Remarks

Using or deleting another system's namespaces can cause unexpected behavior. This method is primarily used for diagnostic purposes.