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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Draw ( ) : void
Draw ( Size offset ) : void
Initialize ( ) : void
OnActivate ( ) : void
OnChangeItem ( bool right ) : void
OnChangeSelection ( bool down ) : void
OnClose ( ) : void
OnOpen ( ) : void
TiledMenu ( string caption ) : System

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnActivate() public méthode

public OnActivate ( ) : void
Résultat void

OnChangeItem() public méthode

public OnChangeItem ( bool right ) : void
right bool
Résultat void

OnChangeSelection() public méthode

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

OnClose() public méthode

public OnClose ( ) : void
Résultat void

OnOpen() public méthode

public OnOpen ( ) : void
Résultat void

TiledMenu() public méthode

public TiledMenu ( string caption ) : System
caption string
Résultat System