Destructor() public method

Override to handle destruction of joint
public Destructor ( ) : void
return void
Ejemplo n.º 1
0
 public static void Destroy(Joint joint)
 {
     joint.Destructor();
 }
Ejemplo n.º 2
0
 public static void Destroy(Joint joint)
 {
     joint.Destructor();
 }