C# Class Pokemon3D.UI.Dialogs.SelectionDialog

Inheritance: Pokemon3D.Rendering.UI.UiCompoundElement
Datei anzeigen Open project: nilllzz/Pokemon3D Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
SelectionDialog ( LocalizedValue title, LocalizedValue text, LeftSideButton buttons ) : System

Private Methods

Method Description
HandleWindowSizeChanged ( object sender, EventArgs e ) : void
SetupLayout ( ) : void

Method Details

Draw() public method

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

SelectionDialog() public method

public SelectionDialog ( LocalizedValue title, LocalizedValue text, LeftSideButton buttons ) : System
title LocalizedValue
text LocalizedValue
buttons LeftSideButton
return System