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