Tick

io.github.srs.controller.protocol.Event.Tick
final case class Tick(delta: FiniteDuration)

Event representing a tick in the simulation with a specified time delta.

Value parameters

delta

the time duration for the tick.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product