public static void RotateAroundPivot (float angle, Vector2 pivotPoint);

설명

Helper 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.

no example available in C#