GUIUtility.RotateAroundPivot

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

Descripción

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#