Method FindNodeEditorForTitle
FindNodeEditorForTitle(string)
Find the related NodeEditor for the specified nodeTitle in the cache
Declaration
public static NodeEditor FindNodeEditorForTitle(string nodeTitle)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | nodeTitle | The node title to find in the node editor cache  | 
    
Returns
| Type | Description | 
|---|---|
| NodeEditor | Returns related NodeEditor instance  |