Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@startuml
|
||||
class PlatformUI {
|
||||
- platformManager : VirtualPlatformManager
|
||||
- xAxisButton : Button
|
||||
- yAxisButton : Button
|
||||
- zAxisButton : Button
|
||||
- moveUpButton : Button
|
||||
- moveDownButton : Button
|
||||
- moveStep : float = 1f
|
||||
- gridToggle : Toggle
|
||||
- Start() : void
|
||||
- SetupButtons() : void
|
||||
- Update() : void
|
||||
}
|
||||
MonoBehaviour <|-- PlatformUI
|
||||
@enduml
|
||||
Reference in New Issue
Block a user