C# Класс Terraria.TerraCustom.ActionLabel

Наследование: TerraCustomMenuItem
Показать файл Открыть проект

Открытые методы

Метод Описание
ActionLabel ( string label, System.Action action ) : Microsoft.Xna.Framework
HandleMe ( string &label, bool clicked, int &yPosition, int index ) : void

Описание методов

ActionLabel() публичный Метод

public ActionLabel ( string label, System.Action action ) : Microsoft.Xna.Framework
label string
action System.Action
Результат Microsoft.Xna.Framework

HandleMe() публичный Метод

public HandleMe ( string &label, bool clicked, int &yPosition, int index ) : void
label string
clicked bool
yPosition int
index int
Результат void