C# 클래스 ProjectBlue.RepulserEngine.View.CommandButtonView

상속: MonoBehaviour
파일 보기 프로젝트 열기: kodai100/RepulserEngine

공개 메소드들

메소드 설명
Initialize ( string buttonText, CommandSetting command ) : void
SetButtonText ( string buttonText ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( string buttonText, CommandSetting command ) : void
buttonText string
command CommandSetting
리턴 void

SetButtonText() 공개 메소드

public SetButtonText ( string buttonText ) : void
buttonText string
리턴 void