Method GetAssets
GetAssets(string)
Finds all assets that use the associated name.
Declaration
public Sprite[] GetAssets(string assetName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | assetName | The name to check for. |
Returns
| Type | Description |
|---|---|
| Sprite[] | an array containing each value assigned the given name. |