Class: Doom::Map::Sidedef
- Inherits:
-
Struct
- Object
- Struct
- Doom::Map::Sidedef
- Defined in:
- lib/doom/map/data.rb
Instance Attribute Summary collapse
-
#lower_texture ⇒ Object
Returns the value of attribute lower_texture.
-
#middle_texture ⇒ Object
Returns the value of attribute middle_texture.
-
#sector ⇒ Object
Returns the value of attribute sector.
-
#upper_texture ⇒ Object
Returns the value of attribute upper_texture.
-
#x_offset ⇒ Object
Returns the value of attribute x_offset.
-
#y_offset ⇒ Object
Returns the value of attribute y_offset.
Instance Attribute Details
#lower_texture ⇒ Object
Returns the value of attribute lower_texture
35 36 37 |
# File 'lib/doom/map/data.rb', line 35 def lower_texture @lower_texture end |
#middle_texture ⇒ Object
Returns the value of attribute middle_texture
35 36 37 |
# File 'lib/doom/map/data.rb', line 35 def middle_texture @middle_texture end |
#sector ⇒ Object
Returns the value of attribute sector
35 36 37 |
# File 'lib/doom/map/data.rb', line 35 def sector @sector end |
#upper_texture ⇒ Object
Returns the value of attribute upper_texture
35 36 37 |
# File 'lib/doom/map/data.rb', line 35 def upper_texture @upper_texture end |
#x_offset ⇒ Object
Returns the value of attribute x_offset
35 36 37 |
# File 'lib/doom/map/data.rb', line 35 def x_offset @x_offset end |
#y_offset ⇒ Object
Returns the value of attribute y_offset
35 36 37 |
# File 'lib/doom/map/data.rb', line 35 def y_offset @y_offset end |