C# Class Terraria.TerraCustom.ActionLabel

Inheritance: TerraCustomMenuItem
Mostrar archivo Open project: JavidPack/TerraCustom

Public Methods

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

Method Details

ActionLabel() public method

public ActionLabel ( string label, System.Action action ) : Microsoft.Xna.Framework
label string
action System.Action
return Microsoft.Xna.Framework

HandleMe() public method

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