protected override void AddInspector()
 {
     // Draw the inspector for IKSolverTrigonometric
     IKSolverLookAtInspector.AddInspector(solver, !Application.isPlaying, true, content);
 }
 void OnSceneGUI()
 {
     // Draw the scene veiw helpers
     IKSolverLookAtInspector.AddScene(script.solver, new Color(0f, 1f, 1f, 1f), true);
 }
 protected override SerializedContent[] FindContent()
 {
     return(IKSolverLookAtInspector.FindContent(solver));
 }