C# Class RAGENativeUI.PauseMenu.TabView

Datei anzeigen Open project: alexguirre/RAGENativeUI Class Usage Examples

Public Properties

Property Type Description
Index int

Public Methods

Method Description
DrawTextures ( Rage g ) : void
ProcessControls ( ) : void
ProcessMouse ( ) : void
RefreshIndex ( ) : void
ShowInstructionalButtons ( ) : void
TabView ( string title ) : System
Update ( ) : void

Method Details

DrawTextures() public method

public DrawTextures ( Rage g ) : void
g Rage
return void

ProcessControls() public method

public ProcessControls ( ) : void
return void

ProcessMouse() public method

public ProcessMouse ( ) : void
return void

RefreshIndex() public method

public RefreshIndex ( ) : void
return void

ShowInstructionalButtons() public method

public ShowInstructionalButtons ( ) : void
return void

TabView() public method

public TabView ( string title ) : System
title string
return System

Update() public method

public Update ( ) : void
return void

Property Details

Index public_oe property

public int Index
return int