Class FlowGraphEditor
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class FlowGraphEditor : GraphEditor, IDisposable
Constructors
FlowGraphEditor(Accessor)
Declaration
public FlowGraphEditor(Accessor accessor)
Parameters
| Type | Name | Description |
|---|---|---|
| Accessor | accessor |
Methods
GetFooterHeight(Single)
Declaration
protected override float GetFooterHeight(float width)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | width |
Returns
| Type | Description |
|---|---|
| Single |
Overrides
OnFooterFieldsGUI(Rect)
Declaration
protected override void OnFooterFieldsGUI(Rect position)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position |
Overrides
OnFooterGUI(Rect)
Declaration
protected override void OnFooterGUI(Rect position)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position |