Interface ISidebarPanelContent
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public interface ISidebarPanelContent
Properties
minSize
Declaration
Vector2 minSize { get; }
Property Value
| Type | Description |
|---|---|
| Vector2 |
sidebarControlHint
Declaration
object sidebarControlHint { get; }
Property Value
| Type | Description |
|---|---|
| object |
titleContent
Declaration
GUIContent titleContent { get; }
Property Value
| Type | Description |
|---|---|
| GUIContent |
Methods
GetHeight(float)
Declaration
float GetHeight(float width)
Parameters
| Type | Name | Description |
|---|---|---|
| float | width |
Returns
| Type | Description |
|---|---|
| float |
OnGUI(Rect)
Declaration
void OnGUI(Rect position)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position |