Class: Box2D::ContactEnd

Inherits:
Data
  • Object
show all
Defined in:
lib/box2d/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#shape_aObject (readonly)

Returns the value of attribute shape_a

Returns:

  • (Object)

    the current value of shape_a



5
6
7
# File 'lib/box2d/events.rb', line 5

def shape_a
  @shape_a
end

#shape_bObject (readonly)

Returns the value of attribute shape_b

Returns:

  • (Object)

    the current value of shape_b



5
6
7
# File 'lib/box2d/events.rb', line 5

def shape_b
  @shape_b
end