Class BoolInspector
Inheritance
BoolInspector
Syntax
[Inspector(typeof(bool))]
public class BoolInspector : Inspector, IDisposable
Constructors
Declaration
public BoolInspector(Metadata metadata)
Parameters
Methods
GetAdaptiveWidth()
Declaration
public override float GetAdaptiveWidth()
Returns
Overrides
GetHeight(Single, GUIContent)
Declaration
protected override float GetHeight(float width, GUIContent label)
Parameters
Returns
Overrides
OnEditorPrefGUI(Rect, GUIContent)
Declaration
protected override void OnEditorPrefGUI(Rect position, GUIContent label)
Parameters
Overrides
OnGUI(Rect, GUIContent)
Declaration
protected override void OnGUI(Rect position, GUIContent label)
Parameters
Overrides
Extension Methods