Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@startuml
|
||||
class SocketIterator {
|
||||
- {static} instance : SocketIterator
|
||||
+ {static} getInstance() : SocketIterator
|
||||
- currentActiveContainer : SocketContainer
|
||||
- currentActiveSocket : SocketPoint
|
||||
- inputProvider : BaseInputProvider
|
||||
- Awake() : void
|
||||
- Start() : void
|
||||
+ SetActiveContainer(container:SocketContainer) : void
|
||||
+ GetCurrentActiveSocket() : SocketPoint
|
||||
+ ClearActiveContainer() : void
|
||||
}
|
||||
MonoBehaviour <|-- SocketIterator
|
||||
@enduml
|
||||
Reference in New Issue
Block a user