C# Класс Gonzo.Dialogs.ExitDialog

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

Защищенные свойства (Protected)

Свойство Тип Описание
m_StringTables List
m_Strings string>.Dictionary

Открытые методы

Метод Описание
Draw ( SpriteBatch SBatch, float LayerDepth ) : void
ExitDialog ( UIScreen Screen, Vector2 Position, TreeWalker Walker, string ScriptPath ) : System.Collections.Generic

Constructs a new ExitDialog instance.

Описание методов

Draw() публичный Метод

public Draw ( SpriteBatch SBatch, float LayerDepth ) : void
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
LayerDepth float
Результат void

ExitDialog() публичный Метод

Constructs a new ExitDialog instance.
public ExitDialog ( UIScreen Screen, Vector2 Position, TreeWalker Walker, string ScriptPath ) : System.Collections.Generic
Screen UIScreen A UIScreen instance.
Position Microsoft.Xna.Framework.Vector2 The position of this ExitDialog.
Walker TreeWalker A TreeWalker instance.
ScriptPath string The path to the script which defines this ExitDialog.
Результат System.Collections.Generic

Описание свойств

m_StringTables защищенное свойство

protected List m_StringTables
Результат List

m_Strings защищенное свойство

protected Dictionary m_Strings
Результат string>.Dictionary