Class: Box2D::ContactBegin

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

Instance Attribute Summary collapse

Instance Attribute Details

#manifoldObject (readonly)

Returns the value of attribute manifold

Returns:

  • (Object)

    the current value of manifold



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

def manifold
  @manifold
end

#shape_aObject (readonly)

Returns the value of attribute shape_a

Returns:

  • (Object)

    the current value of shape_a



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

def shape_a
  @shape_a
end

#shape_bObject (readonly)

Returns the value of attribute shape_b

Returns:

  • (Object)

    the current value of shape_b



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

def shape_b
  @shape_b
end