Class GUILayoutUtility
Inheritance
GUILayoutUtility
Assembly: UnityEngine.dll
Syntax
public class GUILayoutUtility
Methods
|
Improve this Doc
View Source
BeginGroup(String)
Declaration
[Obsolete("BeginGroup has no effect and will be removed", false)]
public static void BeginGroup(string GroupName)
Parameters
Type |
Name |
Description |
String |
GroupName |
|
|
Improve this Doc
View Source
EndGroup(String)
Declaration
[Obsolete("EndGroup has no effect and will be removed", false)]
public static void EndGroup(string groupName)
Parameters
Type |
Name |
Description |
String |
groupName |
|
|
Improve this Doc
View Source
GetAspectRect(Single)
Declaration
public static Rect GetAspectRect(float aspect)
Parameters
Type |
Name |
Description |
Single |
aspect |
|
Returns
|
Improve this Doc
View Source
GetAspectRect(Single, GUILayoutOption[])
Declaration
public static Rect GetAspectRect(float aspect, params GUILayoutOption[] options)
Parameters
Returns
|
Improve this Doc
View Source
GetAspectRect(Single, GUIStyle)
Declaration
public static Rect GetAspectRect(float aspect, GUIStyle style)
Parameters
Returns
|
Improve this Doc
View Source
GetAspectRect(Single, GUIStyle, GUILayoutOption[])
Declaration
public static Rect GetAspectRect(float aspect, GUIStyle style, params GUILayoutOption[] options)
Parameters
Returns
|
Improve this Doc
View Source
GetLastRect()
Declaration
public static Rect GetLastRect()
Returns
|
Improve this Doc
View Source
GetRect(Single, Single)
Declaration
public static Rect GetRect(float width, float height)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(Single, Single, Single, Single)
Declaration
public static Rect GetRect(float minWidth, float maxWidth, float minHeight, float maxHeight)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(Single, Single, Single, Single, GUILayoutOption[])
Declaration
public static Rect GetRect(float minWidth, float maxWidth, float minHeight, float maxHeight, params GUILayoutOption[] options)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(Single, Single, Single, Single, GUIStyle)
Declaration
public static Rect GetRect(float minWidth, float maxWidth, float minHeight, float maxHeight, GUIStyle style)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(Single, Single, Single, Single, GUIStyle, GUILayoutOption[])
Declaration
public static Rect GetRect(float minWidth, float maxWidth, float minHeight, float maxHeight, GUIStyle style, params GUILayoutOption[] options)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(Single, Single, GUILayoutOption[])
Declaration
public static Rect GetRect(float width, float height, params GUILayoutOption[] options)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(Single, Single, GUIStyle)
Declaration
public static Rect GetRect(float width, float height, GUIStyle style)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(Single, Single, GUIStyle, GUILayoutOption[])
Declaration
public static Rect GetRect(float width, float height, GUIStyle style, params GUILayoutOption[] options)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(GUIContent, GUIStyle)
Declaration
public static Rect GetRect(GUIContent content, GUIStyle style)
Parameters
Returns
|
Improve this Doc
View Source
GetRect(GUIContent, GUIStyle, GUILayoutOption[])
Declaration
public static Rect GetRect(GUIContent content, GUIStyle style, params GUILayoutOption[] options)
Parameters
Returns
Extension Methods