This version of Unity is unsupported.

ContentNamespace

struct in Unity.Content

/

Implemented in:UnityEngine.CoreModule

Description

Provides methods for categorizing content with labels.

Static Properties

DefaultDefault ContentNamespace object.

Properties

IsValidIndicates whether the ContentNamespace still exists.

Public Methods

DeleteDestroys the specified ContentNamespace object.
GetNameRetrieves the name of the ContentNamespace.

Static Methods

GetAllRetrieves all existing ContentNamespace objects.
GetOrCreateNamespaceRetrieves or creates the ContentNamespace if it doesn't exist.