Destructor() 공개 메소드

Override to handle destruction of joint
public Destructor ( ) : void
리턴 void
예제 #1
0
 public static void Destroy(Joint joint)
 {
     joint.Destructor();
 }
예제 #2
0
 public static void Destroy(Joint joint)
 {
     joint.Destructor();
 }