Class: Studio::Zone::MapCoordinate
Overview
Data class describing a map coordinate
Instance Attribute Summary collapse
-
#x ⇒ Integer
readonly
Get the x position.
-
#y ⇒ Integer
readonly
Get the y position.
Instance Attribute Details
#x ⇒ Integer (readonly)
Get the x position
1137 1138 1139 |
# File 'docs/3_Studio.rb', line 1137 def x @x end |
#y ⇒ Integer (readonly)
Get the y position
1140 1141 1142 |
# File 'docs/3_Studio.rb', line 1140 def y @y end |