Class BoundsInspector
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class BoundsInspector : Inspector
Constructors
BoundsInspector(Metadata)
Declaration
public BoundsInspector(Metadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | metadata |
Methods
GetHeight(float, GUIContent)
Declaration
protected override float GetHeight(float width, GUIContent label)
Parameters
| Type | Name | Description |
|---|---|---|
| float | width | |
| GUIContent | label |
Returns
| Type | Description |
|---|---|
| float |
Overrides
OnGUI(Rect, GUIContent)
Declaration
protected override void OnGUI(Rect position, GUIContent label)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position | |
| GUIContent | label |