Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

GUILayout.AreaScope.GUILayout.AreaScope

Предложить изменения

Успех!

Благодарим вас за то, что вы помогаете нам улучшить качество документации по Unity. Однако, мы не можем принять любой перевод. Мы проверяем каждый предложенный вами вариант перевода и принимаем его только если он соответствует оригиналу.

Закрыть

Ошибка внесения изменений

По определённым причинам предложенный вами перевод не может быть принят. Пожалуйста <a>попробуйте снова</a> через пару минут. И выражаем вам свою благодарность за то, что вы уделяете время, чтобы улучшить документацию по Unity.

Закрыть

Отменить

Руководство
public GUILayout.AreaScope(screenRect: Rect)
public GUILayout.AreaScope(Rect screenRect);
public GUILayout.AreaScope(screenRect: Rect, text: string)
public GUILayout.AreaScope(Rect screenRect, string text);
public GUILayout.AreaScope(screenRect: Rect, image: Texture)
public GUILayout.AreaScope(Rect screenRect, Texture image);
public GUILayout.AreaScope(screenRect: Rect, content: GUIContent)
public GUILayout.AreaScope(Rect screenRect, GUIContent content);
public GUILayout.AreaScope(screenRect: Rect, text: string, style: GUIStyle)
public GUILayout.AreaScope(Rect screenRect, string text, GUIStyle style);
public GUILayout.AreaScope(screenRect: Rect, image: Texture, style: GUIStyle)
public GUILayout.AreaScope(Rect screenRect, Texture image, GUIStyle style);
public GUILayout.AreaScope(screenRect: Rect, content: GUIContent, style: GUIStyle)
public GUILayout.AreaScope(Rect screenRect, GUIContent content, GUIStyle style);

Параметры

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.

Описание

Create a new AreaScope and begin the corresponding Area.