public void Draw() { // set the positions positiveOutpoint.SetPosition(rect.x + 16, rect.y - 1); negativeOutpoint.SetPosition(rect.x + 16, rect.y + 17); positiveOutpoint.Draw(); negativeOutpoint.Draw(); GUI.DrawTexture(rect, image); }