C# Класс NativeUI.PauseMenu.TabView

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Index int

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

Метод Описание
AddTab ( TabItem item ) : void
DrawInstructionalButton ( int slot, Control control, string text ) : void
ProcessControls ( ) : void
RefreshIndex ( ) : void
ShowInstructionalButtons ( ) : void
TabView ( string title ) : System
Update ( ) : void

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

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

public AddTab ( TabItem item ) : void
item TabItem
Результат void

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

public DrawInstructionalButton ( int slot, Control control, string text ) : void
slot int
control Control
text string
Результат void

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

public ProcessControls ( ) : void
Результат void

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

public RefreshIndex ( ) : void
Результат void

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

public ShowInstructionalButtons ( ) : void
Результат void

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

public TabView ( string title ) : System
title string
Результат System

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

public Update ( ) : void
Результат void

Описание свойств

Index публичное свойство

public int Index
Результат int