Method FindTag
FindTag(string)
Returns specified TagAsset by its
id.
Declaration
public TagAsset FindTag(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The identifier of the TagAsset to find. |
Returns
| Type | Description |
|---|---|
| TagAsset | If found, it returns the requested
TagAsset, otherwise |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | If the |