Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@startuml
|
||||
class UIManager {
|
||||
- {static} instance : UIManager
|
||||
- currentSelectedUIInteractable : UIInteractable
|
||||
- currentSelectedData : BlockData
|
||||
+ onSelectEvent : UnityEvent<BlockData>
|
||||
- currentCategory : CategoryData
|
||||
- Awake() : void
|
||||
+ {static} getInstance() : UIManager
|
||||
+ selectUIInteractable(uiInteractable:UIInteractable) : void
|
||||
+ deselectUIInteractable() : void
|
||||
}
|
||||
MonoBehaviour <|-- UIManager
|
||||
@enduml
|
||||
Reference in New Issue
Block a user