Class: Doom::Map::Node::BBox

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

Instance Attribute Summary collapse

Instance Attribute Details

#bottomObject

Returns the value of attribute bottom

Returns:

  • (Object)

    the current value of bottom



48
49
50
# File 'lib/doom/map/data.rb', line 48

def bottom
  @bottom
end

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



48
49
50
# File 'lib/doom/map/data.rb', line 48

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



48
49
50
# File 'lib/doom/map/data.rb', line 48

def right
  @right
end

#topObject

Returns the value of attribute top

Returns:

  • (Object)

    the current value of top



48
49
50
# File 'lib/doom/map/data.rb', line 48

def top
  @top
end