@startuml abstract class SpecialCasePropertyDrawerBase { + OnGUI(rect:Rect, property:SerializedProperty) : void + GetPropertyHeight(property:SerializedProperty) : float } class SpecialCaseDrawerAttributeExtensions <> { + {static} GetDrawer(attr:SpecialCaseDrawerAttribute) : SpecialCasePropertyDrawerBase } @enduml