Class BoundsInspector
Inheritance
BoundsInspector
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
[Inspector(typeof(Bounds))]
public class BoundsInspector : Inspector, IDisposable
Constructors
Declaration
public BoundsInspector(Metadata metadata)
Parameters
Methods
GetHeight(float, GUIContent)
Declaration
protected override float GetHeight(float width, GUIContent label)
Parameters
Returns
Overrides
OnGUI(Rect, GUIContent)
Declaration
protected override void OnGUI(Rect position, GUIContent label)
Parameters
Overrides
Implements
Extension Methods