Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

GUILayout.AreaScope Constructor

public GUILayout.AreaScope(Rect screenRect);
public GUILayout.AreaScope(Rect screenRect, string text);
public GUILayout.AreaScope(Rect screenRect, Texture image);
public GUILayout.AreaScope(Rect screenRect, GUIContent content);
public GUILayout.AreaScope(Rect screenRect, string text, GUIStyle style);
public GUILayout.AreaScope(Rect screenRect, Texture image, GUIStyle style);
public GUILayout.AreaScope(Rect screenRect, GUIContent content, GUIStyle style);

Parameters

textOptional text to display in the area.
imageOptional texture to display in the area.
contentOptional text, image and tooltip top display for this area.
styleThe 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: