public Joint GetJoint(String name) { Joint joint = null; Joints.TryGetValue(name, out joint); return(joint as Joint); }