C# Class Pokemon3D.UI.ControlBar

Draws a bar to the bottom part of the screen that can display button functions for the current screen.
Inheritance: Pokemon3D.Rendering.UI.UiCompoundElement
Datei anzeigen Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
AddEntry ( LocalizedValue text, Buttons gamePadButton, Keys keyboardKey ) : void
Draw ( SpriteBatch spriteBatch ) : void

Method Details

AddEntry() public method

public AddEntry ( LocalizedValue text, Buttons gamePadButton, Keys keyboardKey ) : void
text LocalizedValue
gamePadButton Buttons
keyboardKey Keys
return void

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void