Method FromGuidString
FromGuidString(string)
Creates an AssetNode from a GUID string.
Declaration
public static AssetNode FromGuidString(string guidString)
Parameters
| Type | Name | Description |
|---|---|---|
| string | guidString | The GUID string representation used to create the node. |
Returns
| Type | Description |
|---|---|
| AssetNode | The created node, or null if parsing fails. |