Method: RGSS::Rect#size
- Defined in:
- lib/rgss/stubs/rect.rb
#size ⇒ Size
Returns the size (width and height) of the rectangle.
133 134 135 |
# File 'lib/rgss/stubs/rect.rb', line 133 def size @size end |
Returns the size (width and height) of the rectangle.
133 134 135 |
# File 'lib/rgss/stubs/rect.rb', line 133 def size @size end |