Class: Studio::Zone::MapCoordinate

Inherits:
Object
  • Object
show all
Defined in:
scripts/00800 Studio/00001 Data/00091 Zone.rb

Overview

Data class describing a map coordinate

Instance Attribute Summary collapse

Instance Attribute Details

#xInteger (readonly)

Get the x position

Returns:



58
59
60
# File 'scripts/00800 Studio/00001 Data/00091 Zone.rb', line 58

def x
  @x
end

#yInteger (readonly)

Get the y position

Returns:



62
63
64
# File 'scripts/00800 Studio/00001 Data/00091 Zone.rb', line 62

def y
  @y
end