TickSpeed

io.github.srs.controller.protocol.Event.TickSpeed
final case class TickSpeed(speed: SimulationSpeed)

Event representing a change in the simulation speed.

Value parameters

speed

the new SimulationSpeed.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product