Class GraphInspectorPanel
Inheritance
GraphInspectorPanel
Syntax
public sealed class GraphInspectorPanel : ISidebarPanelContent
Constructors
GraphInspectorPanel(IGraphContext)
Declaration
public GraphInspectorPanel(IGraphContext context)
Parameters
Properties
context
Declaration
public IGraphContext context { get; }
Property Value
minSize
Declaration
public Vector2 minSize { get; }
Property Value
Implements
Declaration
public object sidebarControlHint { get; }
Property Value
Implements
titleContent
Declaration
public GUIContent titleContent { get; }
Property Value
Implements
Methods
GetHeight(Single)
Declaration
public float GetHeight(float width)
Parameters
Type |
Name |
Description |
Single |
width |
|
Returns
Implements
OnGUI(Rect)
Declaration
public void OnGUI(Rect position)
Parameters
Type |
Name |
Description |
Rect |
position |
|
Implements
Extension Methods