LoopFrequency

eu.joaocosta.minart.runtime.LoopFrequency
See theLoopFrequency companion object
sealed trait LoopFrequency

Definition of a loop iteration frequency.

This is commonly used to represent the desired framerate.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LoopDuration
object Never
object Uncapped

Members list

Value members

Abstract methods

def toDuration: Duration

Returns the duration of each loop interval

Returns the duration of each loop interval

Attributes