Destructor() public method

Override to handle destruction of joint
public Destructor ( ) : void
return void
コード例 #1
0
ファイル: Joint.cs プロジェクト: prepare/gerich_box2dnet
 public static void Destroy(Joint joint)
 {
     joint.Destructor();
 }
コード例 #2
0
ファイル: Joint.cs プロジェクト: gerich-home/box2dnet
 public static void Destroy(Joint joint)
 {
     joint.Destructor();
 }