Method GetAssetPath
GetAssetPath(string)
Find an path that an asset stored in a resources folder.
Declaration
public string GetAssetPath(string assetName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | assetName | The name to search for. |
Returns
| Type | Description |
|---|---|
| string | Returns a path than asset stored in a resources folder. Could return null. |