C# 클래스 XNAInterfaceComponents.ParentComponents.XNAMessageDialog

상속: XNADialog
파일 보기 프로젝트 열기: Wotuu/RTS_XNA_v2

Private Properties

프로퍼티 타입 설명
XNAMessageDialog System

공개 메소드들

메소드 설명
CreateDialog ( String message, DialogType type ) : XNAMessageDialog

Creates a new message dialog. Note that you have to add your button listeners to this pane for it to do something.

DoLayout ( ) : void

Re-does the layout for this Message Dialog. Should be called when the user specifies a custom font rather than the the default font, or when the client window size changes.

Draw ( SpriteBatch sb ) : void

비공개 메소드들

메소드 설명
XNAMessageDialog ( String message, DialogType type ) : System

메소드 상세

CreateDialog() 공개 정적인 메소드

Creates a new message dialog. Note that you have to add your button listeners to this pane for it to do something.
public static CreateDialog ( String message, DialogType type ) : XNAMessageDialog
message String The message of the pane.
type DialogType The type of the pane
리턴 XNAMessageDialog

DoLayout() 공개 메소드

Re-does the layout for this Message Dialog. Should be called when the user specifies a custom font rather than the the default font, or when the client window size changes.
public DoLayout ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void