C# Class Terraria.TerraCustom.PlainLabel

Inheritance: TerraCustomMenuItem
Show file Open project: JavidPack/TerraCustom

Public Methods

Method 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 method

public HandleMe ( string &label, bool clicked, int &yPosition, int index ) : void
label string
clicked bool
yPosition int
index int
return void

HandleMeAdditional() public method

public HandleMeAdditional ( bool &isPlainWhiteLabel ) : void
isPlainWhiteLabel bool
return void

PlainLabel() public method

public PlainLabel ( Func stringFunction ) : Microsoft.Xna.Framework
stringFunction Func
return Microsoft.Xna.Framework

PlainLabel() public method

public PlainLabel ( string label ) : Microsoft.Xna.Framework
label string
return Microsoft.Xna.Framework