class Scene
Attributes
window[R]
Public Class Methods
new(window)
click to toggle source
# File lib/scene.rb, line 13 def initialize(window) @window = window end
Public Instance Methods
draw()
click to toggle source
# File lib/scene.rb, line 19 def draw; end
update()
click to toggle source
# File lib/scene.rb, line 17 def update; end