Initial commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
@startuml
|
||||
abstract class PropertyDrawerBase {
|
||||
+ <<sealed>> <<override>> OnGUI(rect:Rect, property:SerializedProperty, label:GUIContent) : void
|
||||
<<sealed>> <<override>> + GetPropertyHeight(property:SerializedProperty, label:GUIContent) : float
|
||||
+ <<virtual>> GetHelpBoxHeight() : float
|
||||
+ DrawDefaultPropertyAndHelpBox(rect:Rect, property:SerializedProperty, message:string, messageType:MessageType) : void
|
||||
}
|
||||
PropertyDrawer <|-- PropertyDrawerBase
|
||||
@enduml
|
||||
Reference in New Issue
Block a user