Class InspectorTextDrawer
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
The custom property drawer for the InspectorTextAttribute class.
[CustomPropertyDrawer(typeof(InspectorTextAttribute))]
public sealed class InspectorTextDrawer : PropertyDrawer
- Inheritance
-
GUIDrawerInspectorTextDrawer
- Inherited Members
-
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)PropertyDrawer.attributePropertyDrawer.fieldInfo
- Extension Methods
Methods
- GetPropertyHeight(SerializedProperty, GUIContent)
Override this method to specify how tall the GUI for this field is in pixels.
- OnGUI(Rect, SerializedProperty, GUIContent)
Override this method to make your own IMGUI based GUI for the property.