Files
JuegoSim/-o/VirtualPlatform/PlatformUI.puml
T
2026-07-21 08:56:10 +03:00

17 lines
396 B
Plaintext

@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