C# Class ControlerBuddy.Menu.QuickAccessMenu

Afficher le fichier Open project: coman3/EloBuddy.Addons Class Usage Examples

Private Properties

Свойство Type Description
Drawing_OnDraw void
Game_OnUpdate void
SelectItem bool

Méthodes publiques

Méthode Description
DrawButton ( System.Vector2 centerPos, GamepadButtonFlags button ) : void
Get ( Bitmap map, float size ) : Bitmap
Hide ( ) : void
QuickAccessMenu ( SharpDX.RectangleF rectangle, MenuGroup parentGroup ) : System
Show ( ) : void

Private Methods

Méthode Description
Drawing_OnDraw ( EventArgs args ) : void
Game_OnUpdate ( EventArgs args ) : void
SelectItem ( MenuGroup group, ControllerButton controllerButton ) : bool

Method Details

DrawButton() public méthode

public DrawButton ( System.Vector2 centerPos, GamepadButtonFlags button ) : void
centerPos System.Vector2
button GamepadButtonFlags
Résultat void

Get() public static méthode

public static Get ( Bitmap map, float size ) : Bitmap
map System.Drawing.Bitmap
size float
Résultat System.Drawing.Bitmap

Hide() public méthode

public Hide ( ) : void
Résultat void

QuickAccessMenu() public méthode

public QuickAccessMenu ( SharpDX.RectangleF rectangle, MenuGroup parentGroup ) : System
rectangle SharpDX.RectangleF
parentGroup MenuGroup
Résultat System

Show() public méthode

public Show ( ) : void
Résultat void