GUILayout.AreaScopeConstructor

Cambiar al Manual
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);

Parámetros

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.

Descripción

Create a new AreaScope and begin the corresponding Area.