Method: Ray::Rect#size
- Defined in:
- lib/ray/rect.rb
#size ⇒ Ray::Vector2
Returns The size of the rect.
92 93 94 |
# File 'lib/ray/rect.rb', line 92 def size Vector2[w, h] end |
Returns The size of the rect.
92 93 94 |
# File 'lib/ray/rect.rb', line 92 def size Vector2[w, h] end |