Class: Doom::Map::Sector
- Inherits:
-
Struct
- Object
- Struct
- Doom::Map::Sector
- Defined in:
- lib/doom/map/data.rb
Instance Attribute Summary collapse
-
#ceiling_height ⇒ Object
Returns the value of attribute ceiling_height.
-
#ceiling_texture ⇒ Object
Returns the value of attribute ceiling_texture.
-
#floor_height ⇒ Object
Returns the value of attribute floor_height.
-
#floor_texture ⇒ Object
Returns the value of attribute floor_texture.
-
#light_level ⇒ Object
Returns the value of attribute light_level.
-
#special ⇒ Object
Returns the value of attribute special.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#ceiling_height ⇒ Object
Returns the value of attribute ceiling_height
37 38 39 |
# File 'lib/doom/map/data.rb', line 37 def ceiling_height @ceiling_height end |
#ceiling_texture ⇒ Object
Returns the value of attribute ceiling_texture
37 38 39 |
# File 'lib/doom/map/data.rb', line 37 def ceiling_texture @ceiling_texture end |
#floor_height ⇒ Object
Returns the value of attribute floor_height
37 38 39 |
# File 'lib/doom/map/data.rb', line 37 def floor_height @floor_height end |
#floor_texture ⇒ Object
Returns the value of attribute floor_texture
37 38 39 |
# File 'lib/doom/map/data.rb', line 37 def floor_texture @floor_texture end |
#light_level ⇒ Object
Returns the value of attribute light_level
37 38 39 |
# File 'lib/doom/map/data.rb', line 37 def light_level @light_level end |
#special ⇒ Object
Returns the value of attribute special
37 38 39 |
# File 'lib/doom/map/data.rb', line 37 def special @special end |
#tag ⇒ Object
Returns the value of attribute tag
37 38 39 |
# File 'lib/doom/map/data.rb', line 37 def tag @tag end |