C# Class ControlerBuddy.TextMenuItem

Inheritance: ControlerBuddy.Menu.MenuItem
Afficher le fichier Open project: coman3/EloBuddy.Addons

Méthodes publiques

Méthode Description
Draw ( SharpDX.RectangleF rectangle ) : void
Select ( ) : bool
TextMenuItem ( string text, ControllerButton button, System.Action onSelect, MenuGroup child = null ) : System

Method Details

Draw() public méthode

public Draw ( SharpDX.RectangleF rectangle ) : void
rectangle SharpDX.RectangleF
Résultat void

Select() public méthode

public Select ( ) : bool
Résultat bool

TextMenuItem() public méthode

public TextMenuItem ( string text, ControllerButton button, System.Action onSelect, MenuGroup child = null ) : System
text string
button ControllerButton
onSelect System.Action
child MenuGroup
Résultat System