C# 클래스 Ballz.MessageOverlay

파일 보기 프로젝트 열기: SpagAachen/Ballz 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FooterText string
HeaderText string
MessageText string
OnEnter System.Action

공개 메소드들

메소드 설명
HandleInput ( Messages input ) : void
ShowAlert ( string header, string message = null, string footer = "Enter to continue", System.Action onEnter = null ) : void

메소드 상세

HandleInput() 공개 메소드

public HandleInput ( Messages input ) : void
input Messages
리턴 void

ShowAlert() 공개 정적인 메소드

public static ShowAlert ( string header, string message = null, string footer = "Enter to continue", System.Action onEnter = null ) : void
header string
message string
footer string
onEnter System.Action
리턴 void

프로퍼티 상세

FooterText 공개적으로 프로퍼티

public string FooterText
리턴 string

HeaderText 공개적으로 프로퍼티

public string HeaderText
리턴 string

MessageText 공개적으로 프로퍼티

public string MessageText
리턴 string

OnEnter 공개적으로 프로퍼티

public Action,System OnEnter
리턴 System.Action