Class: Box2D::ContactEnd
- Inherits:
-
Data
- Object
- Data
- Box2D::ContactEnd
- Defined in:
- lib/box2d/events.rb
Instance Attribute Summary collapse
-
#shape_a ⇒ Object
readonly
Returns the value of attribute shape_a.
-
#shape_b ⇒ Object
readonly
Returns the value of attribute shape_b.
Instance Attribute Details
#shape_a ⇒ Object (readonly)
Returns the value of attribute shape_a
5 6 7 |
# File 'lib/box2d/events.rb', line 5 def shape_a @shape_a end |
#shape_b ⇒ Object (readonly)
Returns the value of attribute shape_b
5 6 7 |
# File 'lib/box2d/events.rb', line 5 def shape_b @shape_b end |