C# Класс XNAInterfaceComponents.ParentComponents.XNAMessageDialog

Наследование: XNADialog
Показать файл Открыть проект

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