Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@startuml
|
||||
class PropertyUtility <<static>> {
|
||||
+ {static} GetAttribute(property:SerializedProperty) : T
|
||||
+ {static} GetAttributes(property:SerializedProperty) : T[]
|
||||
+ {static} GetLabel(property:SerializedProperty) : GUIContent
|
||||
+ {static} CallOnValueChangedCallbacks(property:SerializedProperty) : void
|
||||
+ {static} IsEnabled(property:SerializedProperty) : bool
|
||||
+ {static} IsVisible(property:SerializedProperty) : bool
|
||||
+ {static} GetPropertyType(property:SerializedProperty) : Type
|
||||
+ {static} GetTargetObjectOfProperty(property:SerializedProperty) : object
|
||||
+ {static} GetTargetObjectWithProperty(property:SerializedProperty) : object
|
||||
}
|
||||
@enduml
|
||||
Reference in New Issue
Block a user