Click or drag to resize

SingleLineDrawer Methods

The SingleLineDrawer type exposes the following members.

Methods
  NameDescription
Public methodCanCacheInspectorGUI

Override this method to determine whether the inspector GUI for your property can be cached.

(Inherited from PropertyDrawer.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetPropertyHeight
Get property height
(Overrides PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent).)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnGUI
OnGUI
(Overrides PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent).)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodDrawFloatTextField
Draw a float text field
(Defined by PropertyDrawerExtensions.)
Public Extension MethodDrawIntTextField
Draw an int text field
(Defined by PropertyDrawerExtensions.)
Public Extension MethodDrawRangeField
Draw a range field
(Defined by PropertyDrawerExtensions.)
Top
See Also