C# Class Terraria.TerraCustom.PlainLabel

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
HandleMeAdditional ( bool &isPlainWhiteLabel ) : void
PlainLabel ( Func stringFunction ) : Microsoft.Xna.Framework
PlainLabel ( string label ) : 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

HandleMeAdditional() public méthode

public HandleMeAdditional ( bool &isPlainWhiteLabel ) : void
isPlainWhiteLabel bool
Résultat void

PlainLabel() public méthode

public PlainLabel ( Func stringFunction ) : Microsoft.Xna.Framework
stringFunction Func
Résultat Microsoft.Xna.Framework

PlainLabel() public méthode

public PlainLabel ( string label ) : Microsoft.Xna.Framework
label string
Résultat Microsoft.Xna.Framework