Method BindGraphComponent
BindGraphComponent(SystemGraphComponent, GraphDescriptor, string)
Create descriptors to graph component and register the descriptors>
Declaration
public static SystemGraphManager.GraphDescriptor BindGraphComponent(SystemGraphComponent component, SystemGraphManager.GraphDescriptor owner = null, string subGraphPath = "")
Parameters
| Type | Name | Description |
|---|---|---|
| SystemGraphComponent | component | Component to create a descriptor for. |
| SystemGraphManager.GraphDescriptor | owner | The descriptor of the parent graph if this is a subgraph. |
| string | subGraphPath | The path to this subgraph in the query system |
Returns
| Type | Description |
|---|---|
| SystemGraphManager.GraphDescriptor | The created descriptor. |