Class GraphNestEditor
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[Obsolete("Use the new class graphs to nest graphs instead.")]
public sealed class GraphNestEditor : Editor, IDisposable
Constructors
GraphNestEditor(Accessor)
Declaration
public GraphNestEditor(Accessor accessor)
Parameters
| Type | Name | Description |
|---|---|---|
| Accessor | accessor |
Properties
getReference
Declaration
public Func<GraphReference> getReference { get; set; }
Property Value
| Type | Description |
|---|---|
| Func<GraphReference> |
Methods
GetInnerHeight(Single)
Declaration
protected override float GetInnerHeight(float width)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | width |
Returns
| Type | Description |
|---|---|
| Single |
Overrides
OnInnerGUI(Rect)
Declaration
protected override void OnInnerGUI(Rect position)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position |