Class: Doom::Map::Node::BBox
- Inherits:
-
Struct
- Object
- Struct
- Doom::Map::Node::BBox
- Defined in:
- lib/doom/map/data.rb
Instance Attribute Summary collapse
-
#bottom ⇒ Object
Returns the value of attribute bottom.
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
-
#top ⇒ Object
Returns the value of attribute top.
Instance Attribute Details
#bottom ⇒ Object
Returns the value of attribute bottom
48 49 50 |
# File 'lib/doom/map/data.rb', line 48 def bottom @bottom end |
#left ⇒ Object
Returns the value of attribute left
48 49 50 |
# File 'lib/doom/map/data.rb', line 48 def left @left end |
#right ⇒ Object
Returns the value of attribute right
48 49 50 |
# File 'lib/doom/map/data.rb', line 48 def right @right end |
#top ⇒ Object
Returns the value of attribute top
48 49 50 |
# File 'lib/doom/map/data.rb', line 48 def top @top end |