public virtual void DoAddJoint(CCPhysicsJoint joint) { if (joint == null || joint._info == null) { return; } Info.AddJoint(joint._info); }