C# 클래스 FlatRedBall.Gui.MultiButtonMessageBox

Summary description for MultiButtonMessageBox.
상속: Window
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
AddButton ( Button buttonToAdd ) : void
AddButton ( string buttonText, GuiMessage message ) : void
GetButton ( string buttonText ) : Button
MakeInvisible ( Window callingWindow ) : void
MultiButtonMessageBox ( Cursor cursor ) : System
RemoveButton ( Button buttonToRemove ) : void

보호된 메소드들

메소드 설명
ResizeBox ( float newScaleX, bool autoSetScaleY ) : void

비공개 메소드들

메소드 설명
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int
Move ( Window callingWindow ) : void
RemoveThis ( Window callingWindow ) : void
ResizeBox ( ) : void

메소드 상세

AddButton() 공개 메소드

public AddButton ( Button buttonToAdd ) : void
buttonToAdd Button
리턴 void

AddButton() 공개 메소드

public AddButton ( string buttonText, GuiMessage message ) : void
buttonText string
message GuiMessage
리턴 void

GetButton() 공개 메소드

public GetButton ( string buttonText ) : Button
buttonText string
리턴 Button

MakeInvisible() 공개 메소드

public MakeInvisible ( Window callingWindow ) : void
callingWindow Window
리턴 void

MultiButtonMessageBox() 공개 메소드

public MultiButtonMessageBox ( Cursor cursor ) : System
cursor Cursor
리턴 System

RemoveButton() 공개 메소드

public RemoveButton ( Button buttonToRemove ) : void
buttonToRemove Button
리턴 void

ResizeBox() 보호된 메소드

protected ResizeBox ( float newScaleX, bool autoSetScaleY ) : void
newScaleX float
autoSetScaleY bool
리턴 void