Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
class HoveredUI {
|
||||
- ghostManager : GhostManager
|
||||
- Start() : void
|
||||
+ OnPointerEnter(eventData:PointerEventData) : void
|
||||
+ OnPointerExit(eventData:PointerEventData) : void
|
||||
}
|
||||
MonoBehaviour <|-- HoveredUI
|
||||
IPointerEnterHandler <|-- HoveredUI
|
||||
IPointerExitHandler <|-- HoveredUI
|
||||
@enduml
|
||||
Reference in New Issue
Block a user