Class: Gosu::PathNode
- Inherits:
-
Struct
- Object
- Struct
- Gosu::PathNode
- Defined in:
- lib/gosu_more_drawables/draw_path.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
2 3 4 |
# File 'lib/gosu_more_drawables/draw_path.rb', line 2 def x @x end |
#y ⇒ Object
Returns the value of attribute y
2 3 4 |
# File 'lib/gosu_more_drawables/draw_path.rb', line 2 def y @y end |