Class: Ruby2D::Window
- Inherits:
-
Object
- Object
- Ruby2D::Window
- Defined in:
- lib/or2d/patches/window.rb
Instance Attribute Summary collapse
-
#objects ⇒ Object
readonly
Returns the value of attribute objects.
Instance Method Summary collapse
Instance Attribute Details
#objects ⇒ Object (readonly)
Returns the value of attribute objects.
3 4 5 |
# File 'lib/or2d/patches/window.rb', line 3 def objects @objects end |
Instance Method Details
#rendered?(object) ⇒ Boolean
5 6 7 |
# File 'lib/or2d/patches/window.rb', line 5 def rendered?(object) @objects.include?(object) end |