Class: Reflex::DrawEvent
- Inherits:
-
Object
- Object
- Reflex::DrawEvent
- Defined in:
- lib/reflex/draw_event.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
12 13 14 |
# File 'lib/reflex/draw_event.rb', line 12 def inspect () "#<Reflex::DrawEvent painter:#{painter} bounds:#{bounds} dt:#{dt} fps:#{fps}>" end |