Method: Processing::Context#frameRate
- Defined in:
- lib/processing/context.rb
#frameRate ⇒ Float
Returns the number of frames per second.
673 674 675 |
# File 'lib/processing/context.rb', line 673 def frameRate() @window__.event.fps end |