Class GUI.GroupScope
Inheritance
GUI.GroupScope
Assembly: UnityEngine.dll
Syntax
public class GroupScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
GroupScope(Rect)
Declaration
public GroupScope(Rect position)
Parameters
Type |
Name |
Description |
Rect |
position |
|
|
Improve this Doc
View Source
GroupScope(Rect, String)
Declaration
public GroupScope(Rect position, string text)
Parameters
|
Improve this Doc
View Source
GroupScope(Rect, String, GUIStyle)
Declaration
public GroupScope(Rect position, string text, GUIStyle style)
Parameters
|
Improve this Doc
View Source
GroupScope(Rect, GUIContent)
Declaration
public GroupScope(Rect position, GUIContent content)
Parameters
|
Improve this Doc
View Source
GroupScope(Rect, GUIStyle)
Declaration
public GroupScope(Rect position, GUIStyle style)
Parameters
|
Improve this Doc
View Source
GroupScope(Rect, Texture)
Declaration
public GroupScope(Rect position, Texture image)
Parameters
|
Improve this Doc
View Source
GroupScope(Rect, Texture, GUIStyle)
Declaration
public GroupScope(Rect position, Texture image, GUIStyle style)
Parameters
Methods
|
Improve this Doc
View Source
CloseScope()
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods