Method FindTag
FindTag(string)
Looks for a TagAsset, linked to this
CatalogItemAsset instance, by its key.
Declaration
public TagAsset FindTag(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
Returns
| Type | Description |
|---|---|
| TagAsset | If found, returns the TagAsset instance,
othewise |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | The |