Method GetNodeRuntime
GetNodeRuntime(string)
Find node in the current runtime asset by guid.
Declaration
public NodeRuntime GetNodeRuntime(string guid)
Parameters
Type | Name | Description |
---|---|---|
string | guid | Guid to search for. |
Returns
Type | Description |
---|---|
NodeRuntime | The appropriate NodeRuntime. |