Method: Gosu::Window#update_interval
- Defined in:
- rdoc/gosu.rb
#update_interval ⇒ Float
Returns the interval between calls to #update, in milliseconds.
829 830 831 |
# File 'rdoc/gosu.rb', line 829 def update_interval @update_interval end |