C# Class TestBed.MyDestructionListener

Inheritance: DestructionListener
Exibir arquivo Open project: colgreen/box2dx

Public Properties

Property Type Description
test Test

Public Methods

Method Description
SayGoodbye ( Joint joint ) : void
SayGoodbye ( Shape shape ) : void

Method Details

SayGoodbye() public method

public SayGoodbye ( Joint joint ) : void
joint Box2DX.Dynamics.Joint
return void

SayGoodbye() public method

public SayGoodbye ( Shape shape ) : void
shape Box2DX.Collision.Shape
return void

Property Details

test public_oe property

public Test test
return Test