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