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