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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all