Files
JuegoSim/-o/InteractionLayer/Interactables/IInteractable.puml
T
2026-07-21 08:56:10 +03:00

12 lines
246 B
Plaintext

@startuml
interface IInteractable {
transform : Transform <<get>>
onSelectEnter() : void
onSelectExit() : void
onHoverEnter() : void
onHoverExit() : void
highLightOn() : void
highLightOff() : void
}
@enduml