Example #1
0
 /// <summary>
 /// Destroys the joint.
 /// </summary>
 public void Dispose()
 {
     if (!id.IsClosed)
     {
         handle.Free();
         id.Close();
     }
 }