C# Класс UnityEngine.GUILayout.HorizontalScope

Disposable helper class for managing BeginHorizontal / EndHorizontal.

Наследование: UnityEngine.GUI.Scope
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HorizontalScope ( ) : System

Create a new HorizontalScope and begin the corresponding horizontal group.

HorizontalScope ( GUIContent content, GUIStyle style ) : System

Create a new HorizontalScope and begin the corresponding horizontal group.

HorizontalScope ( GUIStyle style ) : System

Create a new HorizontalScope and begin the corresponding horizontal group.

HorizontalScope ( Texture image, GUIStyle style ) : System

Create a new HorizontalScope and begin the corresponding horizontal group.

HorizontalScope ( string text, GUIStyle style ) : System

Create a new HorizontalScope and begin the corresponding horizontal group.

Защищенные методы

Метод Описание
CloseScope ( ) : void

Описание методов

CloseScope() защищенный Метод

protected CloseScope ( ) : void
Результат void

HorizontalScope() публичный Метод

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( ) : System
Результат System

HorizontalScope() публичный Метод

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( GUIContent content, GUIStyle style ) : System
content GUIContent Text, image, and tooltip for this group.
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
Результат System

HorizontalScope() публичный Метод

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( GUIStyle style ) : System
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
Результат System

HorizontalScope() публичный Метод

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( Texture image, GUIStyle style ) : System
image Texture Texture to display on group.
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
Результат System

HorizontalScope() публичный Метод

Create a new HorizontalScope and begin the corresponding horizontal group.

public HorizontalScope ( string text, GUIStyle style ) : System
text string Text to display on group.
style GUIStyle The style to use for background image and padding values. If left out, the background is transparent.
Результат System