/// <summary>Delete this joint, in the simulation and in unity</summary> public override void Delete() { LPAPIJoint.DeleteJoint(lpman.GetPtr(), ThingPtr); Destroy(this); }