FPSCounter

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

Attributes

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

Members list

Type members

Types

type EventType = GlobalEvent

Value members

Concrete methods

def eventFilter: GlobalEvent => Option[EventType]
def pickTint(targetFPS: Int, fps: Int): RGBA
def present(context: SubSystemFrameContext, model: FPSCounterState): Outcome[SceneUpdateFragment]
def update(context: SubSystemFrameContext, model: FPSCounterState): GlobalEvent => Outcome[FPSCounterState]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product