Primitive FPS counter. Adapted from openfl.display.FPS

Constructor

@:value({ resolution : 150 })new (resolution:Int = 150, ?parent:Object)

Variables

read onlyaverageFPS:Int

@:value(30)cautionThreshold:Int = 30

read onlycurrentFPS:Int

@:value(60)goodThreshold:Int = 60

read onlymaxFPS:Int

read onlyminFPS:Int

Methods

@:value({ ver : Top, hor : Right })alignSelf (hor:FlowAlign = Right, ver:FlowAlign = Top):Void