EditorGUILayout.RectFieldstatic function RectField (value : Rect, params options : GUILayoutOption[]) : Rectstatic function RectField (label : String, value : Rect, params options : GUILayoutOption[]) : Rectstatic function RectField (label : GUIContent, value : Rect, params options : GUILayoutOption[]) : RectParameters
ReturnsRect - The value entered by the user. DescriptionMake an X, Y, W & H field for entering a Rect.
// Simple Script that lets you modify another's window position value And the script that works with the example: // Dummy window that is going to be moved.
|

