FPSCounter

indigoextras.subsystems.FPSCounter
See theFPSCounter companion class
object FPSCounter

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FPSCounter.type

Members list

Type members

Classlikes

final case class Move(to: Point) extends GlobalEvent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(position: Point): SubSystem
def apply(position: Point, targetFPS: FPS): SubSystem
def apply(position: Point, layerKey: BindingKey): SubSystem
def apply(position: Point, targetFPS: FPS, layerKey: BindingKey): SubSystem
def apply(id: SubSystemId, position: Point): SubSystem
def apply(id: SubSystemId, position: Point, targetFPS: FPS): SubSystem
def apply(id: SubSystemId, position: Point, layerKey: BindingKey): SubSystem
def apply(id: SubSystemId, position: Point, targetFPS: FPS, layerKey: BindingKey): SubSystem

Concrete fields