Interface ISidebarPanelContent
Namespace: Unity.VisualScripting
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(Single)
Declaration
float GetHeight(float width)
Parameters
Type | Name | Description |
---|---|---|
Single | width |
Returns
Type | Description |
---|---|
Single |
OnGUI(Rect)
Declaration
void OnGUI(Rect position)
Parameters
Type | Name | Description |
---|---|---|
Rect | position |