InspectPointAt() private method

private InspectPointAt ( Vector2 point ) : void
point Vector2
return void
 private static void InspectPoint(Vector2 point)
 {
     Debug.Log("Inspecting " + point);
     s_ActiveInspector.InspectPointAt(point);
 }