C# Class Terraria.TerraCustom.OptionLabel

Inheritance: TerraCustomMenuItem
Mostrar archivo Open project: JavidPack/TerraCustom

Public Methods

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

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

OptionLabel() public method

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