C# Class NativeUI.PauseMenu.TabView

Afficher le fichier Open project: Guad/NativeUI

Méthodes publiques

Свойство Type Description
Index int

Méthodes publiques

Méthode Description
AddTab ( TabItem item ) : void
DrawInstructionalButton ( int slot, Control control, string text ) : void
ProcessControls ( ) : void
RefreshIndex ( ) : void
ShowInstructionalButtons ( ) : void
TabView ( string title ) : System
Update ( ) : void

Method Details

AddTab() public méthode

public AddTab ( TabItem item ) : void
item TabItem
Résultat void

DrawInstructionalButton() public méthode

public DrawInstructionalButton ( int slot, Control control, string text ) : void
slot int
control Control
text string
Résultat void

ProcessControls() public méthode

public ProcessControls ( ) : void
Résultat void

RefreshIndex() public méthode

public RefreshIndex ( ) : void
Résultat void

ShowInstructionalButtons() public méthode

public ShowInstructionalButtons ( ) : void
Résultat void

TabView() public méthode

public TabView ( string title ) : System
title string
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Index public_oe property

public int Index
Résultat int