C# 클래스 Terraria.TerraCustom.ActionLabel

상속: TerraCustomMenuItem
파일 보기 프로젝트 열기: JavidPack/TerraCustom

공개 메소드들

메소드 설명
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