Class: Doom::Map::Sidedef

Inherits:
Struct
  • Object
show all
Defined in:
lib/doom/map/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lower_textureObject

Returns the value of attribute lower_texture

Returns:

  • (Object)

    the current value of lower_texture



35
36
37
# File 'lib/doom/map/data.rb', line 35

def lower_texture
  @lower_texture
end

#middle_textureObject

Returns the value of attribute middle_texture

Returns:

  • (Object)

    the current value of middle_texture



35
36
37
# File 'lib/doom/map/data.rb', line 35

def middle_texture
  @middle_texture
end

#sectorObject

Returns the value of attribute sector

Returns:

  • (Object)

    the current value of sector



35
36
37
# File 'lib/doom/map/data.rb', line 35

def sector
  @sector
end

#upper_textureObject

Returns the value of attribute upper_texture

Returns:

  • (Object)

    the current value of upper_texture



35
36
37
# File 'lib/doom/map/data.rb', line 35

def upper_texture
  @upper_texture
end

#x_offsetObject

Returns the value of attribute x_offset

Returns:

  • (Object)

    the current value of x_offset



35
36
37
# File 'lib/doom/map/data.rb', line 35

def x_offset
  @x_offset
end

#y_offsetObject

Returns the value of attribute y_offset

Returns:

  • (Object)

    the current value of y_offset



35
36
37
# File 'lib/doom/map/data.rb', line 35

def y_offset
  @y_offset
end