Class TagCatalogAsset
Stores and provides TagAsset.
Implements
Inherited Members
Namespace: UnityEngine.GameFoundation.DefaultCatalog
Assembly: solution.dll
Syntax
public sealed class TagCatalogAsset : ScriptableObject, ISerializationCallbackReceiver
Properties
| Name | Description |
|---|---|
| database | A reference to the database owning this catalog. |
Methods
| Name | Description |
|---|---|
| ContainsTag(string) | Tells whether or not a TagAsset with the given
|
| FindTag(string) | Returns specified TagAsset by its
|
| GetTags() | Returns an array of all TagAsset in this catalog. |
| GetTags(ICollection<TagAsset>) | Fills in the given |