Method: Processing::Context#frameCount
- Defined in:
- lib/processing/context.rb
#frameCount ⇒ Integer
Returns the number of frames since the program started.
662 663 664 |
# File 'lib/processing/context.rb', line 662 def frameCount() @frameCount__ end |