Primitive FPS counter. Adapted from openfl.display.FPS
@:value({ resolution : 150 })new (resolution:Int = 150, ?parent:Object)
read onlyaverageFPS:Int
@:value(30)cautionThreshold:Int = 30
read onlycurrentFPS:Int
@:value(60)goodThreshold:Int = 60
read onlymaxFPS:Int
read onlyminFPS:Int
@:value({ ver : Top, hor : Right })alignSelf (hor:FlowAlign = Right, ver:FlowAlign = Top):Void