FPSCounter

indigoextras.subsystems.FPSCounter
See theFPSCounter companion object
final case class FPSCounter[Model](id: SubSystemId, startPosition: Point, targetFPS: Option[FPS], layerKey: Option[BindingKey], fontFamily: FontFamily, fontSize: Pixels) extends SubSystem[Model]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SubSystem[Model]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product