Class: Doom::Map::Thing
- Inherits:
-
Struct
- Object
- Struct
- Doom::Map::Thing
- Defined in:
- lib/doom/map/data.rb
Instance Attribute Summary collapse
-
#angle ⇒ Object
Returns the value of attribute angle.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#type ⇒ Object
Returns the value of attribute type.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#angle ⇒ Object
Returns the value of attribute angle
7 8 9 |
# File 'lib/doom/map/data.rb', line 7 def angle @angle end |
#flags ⇒ Object
Returns the value of attribute flags
7 8 9 |
# File 'lib/doom/map/data.rb', line 7 def flags @flags end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/doom/map/data.rb', line 7 def type @type end |
#x ⇒ Object
Returns the value of attribute x
7 8 9 |
# File 'lib/doom/map/data.rb', line 7 def x @x end |
#y ⇒ Object
Returns the value of attribute y
7 8 9 |
# File 'lib/doom/map/data.rb', line 7 def y @y end |