C# Класс GroupScope, VimConfig

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

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

Метод Описание
GroupScope ( Rect, position )
GroupScope ( Rect, position, GUIContent, content )
GroupScope ( Rect, position, GUIStyle, style )
GroupScope ( Rect, position, Texture, image )
GroupScope ( Rect, position, Texture, image, GUIStyle, style )
GroupScope ( Rect, position, string text )
GroupScope ( Rect, position, string text, GUIStyle, style )

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

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

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

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

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

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

public GroupScope ( Rect, position )
position Rect,

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

public GroupScope ( Rect, position, GUIContent, content )
position Rect,
content GUIContent,

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

public GroupScope ( Rect, position, GUIStyle, style )
position Rect,
style GUIStyle,

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

public GroupScope ( Rect, position, Texture, image )
position Rect,
image Texture,

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

public GroupScope ( Rect, position, Texture, image, GUIStyle, style )
position Rect,
image Texture,
style GUIStyle,

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

public GroupScope ( Rect, position, string text )
position Rect,
text string

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

public GroupScope ( Rect, position, string text, GUIStyle, style )
position Rect,
text string
style GUIStyle,