GUIUtility.RotateAroundPivotstatic function RotateAroundPivot (angle : float, pivotPoint : Vector2) : voidDescriptionHelper function to rotate the GUI around a point. Modifies GUI.matrix to rotate all GUI elements angle degrees around pivotPoint. See Also: GUI.matrix, ScaleAroundPivot |
