Method FromAssetPath
FromAssetPath(string)
Creates an AssetNode from an asset path.
Declaration
public static AssetNode FromAssetPath(string assetPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | assetPath | The project-relative asset path used to resolve a GUID. |
Returns
| Type | Description |
|---|---|
| AssetNode | The created node, or null if the path is invalid. |