io.github.srs.view.state
package io.github.srs.view.state
Members list
Type members
Classlikes
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.
Centralized state management for the simulation view eliminating the need for multiple state variables.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article