C# Класс UnityEngine.VerticalScope

Disposable helper class for managing BeginVertical / EndVertical.

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

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

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

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( GUIContent content, GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( Texture image, GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

VerticalScope ( string text, GUIStyle style ) : System

Create a new VerticalScope and begin the corresponding vertical group.

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

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

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

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

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

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

Create a new VerticalScope and begin the corresponding vertical group.

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

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

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( 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

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

Create a new VerticalScope and begin the corresponding vertical group.

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

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

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( 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

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

Create a new VerticalScope and begin the corresponding vertical group.

public VerticalScope ( 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