C# Class Terraria.TerraCustom.ActionLabel

Inheritance: TerraCustomMenuItem
Afficher le fichier Open project: JavidPack/TerraCustom

Méthodes publiques

Méthode Description
ActionLabel ( string label, System.Action action ) : Microsoft.Xna.Framework
HandleMe ( string &label, bool clicked, int &yPosition, int index ) : void

Method Details

ActionLabel() public méthode

public ActionLabel ( string label, System.Action action ) : Microsoft.Xna.Framework
label string
action System.Action
Résultat Microsoft.Xna.Framework

HandleMe() public méthode

public HandleMe ( string &label, bool clicked, int &yPosition, int index ) : void
label string
clicked bool
yPosition int
index int
Résultat void