Class: Reflex::DrawEvent

Inherits:
Object
  • Object
show all
Defined in:
lib/reflex/draw_event.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



12
13
14
# File 'lib/reflex/draw_event.rb', line 12

def inspect ()
  "#<Reflex::DrawEvent painter:#{painter} bounds:#{bounds} dt:#{dt} fps:#{fps}>"
end