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