Class VariablesPanel
Inheritance
VariablesPanel
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class VariablesPanel : ISidebarPanelContent
Constructors
VariablesPanel(IGraphContext)
Declaration
public VariablesPanel(IGraphContext context)
Parameters
Properties
context
Declaration
public IGraphContext context { get; }
Property Value
currentSubTabIdentifier
Declaration
public string currentSubTabIdentifier { get; set; }
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