C# Class Terraria.TerraCustom.OptionLabel

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

Méthodes publiques

Méthode Description
HandleMe ( string &label, bool clicked, int &yPosition, int index ) : void
OptionLabel ( string v, Func getter, Action setter ) : Microsoft.Xna.Framework

Method Details

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

OptionLabel() public méthode

public OptionLabel ( string v, Func getter, Action setter ) : Microsoft.Xna.Framework
v string
getter Func
setter Action
Résultat Microsoft.Xna.Framework