GUILayout.AreaScope Constructor

Declaration

public GUILayout.AreaScope(Rect screenRect);

Declaration

public GUILayout.AreaScope(Rect screenRect, string text);

Declaration

public GUILayout.AreaScope(Rect screenRect, Texture image);

Declaration

public GUILayout.AreaScope(Rect screenRect, GUIContent content);

Declaration

public GUILayout.AreaScope(Rect screenRect, string text, GUIStyle style);

Declaration

public GUILayout.AreaScope(Rect screenRect, Texture image, GUIStyle style);

Declaration

public GUILayout.AreaScope(Rect screenRect, GUIContent content, GUIStyle style);

Parameters

text Optional text to display in the area.
image Optional texture to display in the area.
content Optional text, image and tooltip top display for this area.
style The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background.

Description

Create a new AreaScope and begin the corresponding Area.


Did you find this page useful? Please give it a rating: