SimulationViewState
io.github.srs.view.state.SimulationViewState
final case class SimulationViewState(environment: Option[Environment] = ..., selectedRobotId: Option[String] = ..., robots: List[Robot] = ..., staticLayer: Option[BufferedImage] = ..., lastCanvasSize: (Int, Int, Int, Int) = ...)
Centralized state management for the simulation view eliminating the need for multiple state variables.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article