Files
JuegoSim/plantuml/Assets/_Project/Scripts/Code/InteractionLayer/Managers/SelectionManager.puml
T
2026-07-21 08:56:10 +03:00

13 lines
349 B
Plaintext

@startuml
class SelectionManager {
+ {static} getInstance() : SelectionManager
+ GetCurrentSelections() : List<IInteractable>
+ ClearSelection() : void
+ HasOneSelection() : bool
}
class "UnityEvent`1"<T> {
}
MonoBehaviour <|-- SelectionManager
SelectionManager --> "SelectionEvent<IInteractable>" "UnityEvent`1"
@enduml