Class: RGSS::Point
Instance Attribute Summary collapse
Method Summary
Methods inherited from IVec2
#+, #-, #[], #[]=, #empty?, #initialize, #set, #to_a, #to_h
Constructor Details
This class inherits a constructor from RGSS::IVec2
Instance Attribute Details
#x ⇒ Integer
60 61 62 |
# File 'lib/rgss/stubs/rect.rb', line 60 def x @x end |
#y ⇒ Integer
64 65 66 |
# File 'lib/rgss/stubs/rect.rb', line 64 def y @y end |