示例#1
0
文件: Joint.cs 项目: suzuke/ode.net
 /// <summary>
 /// Destroys the joint.
 /// </summary>
 public void Dispose()
 {
     if (!id.IsClosed)
     {
         handle.Free();
         id.Close();
     }
 }