C# Class LogicSpawn.GTARPG.Core.General.RPGListMenu

Inheritance: Menu
Afficher le fichier Open project: logicspawn/GTARPG Class Usage Examples

Méthodes publiques

Свойство Type Description
ExtendWindowHeight bool

Méthodes publiques

Méthode Description
Draw ( ) : void
Draw ( Size offset ) : void
OnActivate ( ) : void
OnChangeSelection ( bool down ) : void
OnChangeSelection ( int newIndex ) : void
RPGListMenu ( string bannerCaption, LogicSpawn.GTARPG.Core.Objects.GTASprite banner, Action activationAction, IMenuItem items ) : System

Private Methods

Méthode Description
Usable ( IMenuItem item ) : bool

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Draw() public méthode

public Draw ( Size offset ) : void
offset System.Drawing.Size
Résultat void

OnActivate() public méthode

public OnActivate ( ) : void
Résultat void

OnChangeSelection() public méthode

public OnChangeSelection ( bool down ) : void
down bool
Résultat void

OnChangeSelection() public méthode

public OnChangeSelection ( int newIndex ) : void
newIndex int
Résultat void

RPGListMenu() public méthode

public RPGListMenu ( string bannerCaption, LogicSpawn.GTARPG.Core.Objects.GTASprite banner, Action activationAction, IMenuItem items ) : System
bannerCaption string
banner LogicSpawn.GTARPG.Core.Objects.GTASprite
activationAction Action
items IMenuItem
Résultat System

Property Details

ExtendWindowHeight public_oe property

public bool ExtendWindowHeight
Résultat bool