Method Initialize
Initialize(string, SystemGraphComponent)
Initializes the graph editor window with the asset guid.
Declaration
public void Initialize(string guid, SystemGraphComponent attachRuntimeGraph = null)
Parameters
Type | Name | Description |
---|---|---|
string | guid | Asset guid. |
SystemGraphComponent | attachRuntimeGraph | Optional SystemGraphComponent instance to attach to the editor window. |