Class TagAsset
TagAsset instance are used as filter arguments when querying CatalogItemAsset instances within their catalog. Each catalog is responsible for containing and managing its own set of TagAsset instance.
Inherited Members
Namespace: UnityEngine.GameFoundation.DefaultCatalog
Syntax
public sealed class TagAsset : ScriptableObject
Properties
catalog
Reference to the catalog of this item.
Declaration
public TagCatalogAsset catalog { get; }
Property Value
Type | Description |
---|---|
TagCatalogAsset |
key
The string Id of this GameItemDefinition.
Declaration
public string key { get; }
Property Value
Type | Description |
---|---|
String |