Class GraphInspectorPanel
Inheritance
GraphInspectorPanel
Assembly: Unity.VisualScripting.Core.Editor.dll
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
Declaration
public object sidebarControlHint { get; }
Property Value
titleContent
Declaration
public GUIContent titleContent { get; }
Property Value
Methods
GetHeight(float)
Declaration
public float GetHeight(float width)
Parameters
Type |
Name |
Description |
float |
width |
|
Returns
OnGUI(Rect)
Declaration
public void OnGUI(Rect position)
Parameters
Type |
Name |
Description |
Rect |
position |
|
Implements
Extension Methods