Class: RGSS::Size
Instance Attribute Summary collapse
Instance Method Summary collapse
Methods inherited from IVec2
#+, #-, #[], #[]=, #empty?, #initialize, #set, #to_a, #to_h
Constructor Details
This class inherits a constructor from RGSS::IVec2
Instance Attribute Details
#height ⇒ Integer
75 76 77 |
# File 'lib/rgss/stubs/rect.rb', line 75 def height @height end |
#width ⇒ Integer
71 72 73 |
# File 'lib/rgss/stubs/rect.rb', line 71 def width @width end |