Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
interface IInteractable {
|
||||
transform : Transform <<get>>
|
||||
onSelectEnter() : void
|
||||
onSelectExit() : void
|
||||
onHoverEnter() : void
|
||||
onHoverExit() : void
|
||||
highLightOn() : void
|
||||
highLightOff() : void
|
||||
}
|
||||
@enduml
|
||||
Reference in New Issue
Block a user