Class VariablesPanel
Inheritance
VariablesPanel
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
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