Destructor() public method

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