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