Method FromString
FromString(string)
Creates an AssetNode from a serialized string representation.
Declaration
public static AssetNode FromString(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The serialized value containing a GUID string to parse. |
Returns
| Type | Description |
|---|---|
| AssetNode | The created node, or null if parsing fails. |