public static void RenderBoxEdges(Box box, Color color) { GizmosColor.Push(color); Gizmos.DrawWireCube(box.Center, box.Size); GizmosColor.Pop(); }