Method GetCategorylabelNames
GetCategorylabelNames(string)
(Obsolete) Returns the labels' name for the given name.
Declaration
[Obsolete("GetCategorylabelNames has been deprecated. Please use GetCategoryLabelNames (UnityUpgradable) -> GetCategoryLabelNames(*)")]
public IEnumerable<string> GetCategorylabelNames(string category)
Parameters
| Type | Name | Description |
|---|---|---|
| string | category | Category name. |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> | A Enumerable string representing labels' name. |