Class KeyValuePairInspector
Inheritance
KeyValuePairInspector
Syntax
[Inspector(typeof(KeyValuePair<, >))]
public sealed class KeyValuePairInspector : Inspector, IDisposable
Constructors
Declaration
public KeyValuePairInspector(Metadata metadata)
Parameters
Methods
GetHeight(Single, 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
OnKeyGUI(Rect)
Declaration
public void OnKeyGUI(Rect keyPosition)
Parameters
Type |
Name |
Description |
Rect |
keyPosition |
|
OnValueGUI(Rect)
Declaration
public void OnValueGUI(Rect valuePosition)
Parameters
Type |
Name |
Description |
Rect |
valuePosition |
|
Extension Methods