C# Class AGS.Types.TextWindowGUI

Inheritance: AGS.Types.GUI
Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TextWindowGUI ( ) : System
TextWindowGUI ( XmlNode rootGuiNode ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

TextWindowGUI() public méthode

public TextWindowGUI ( ) : System
Résultat System

TextWindowGUI() public méthode

public TextWindowGUI ( XmlNode rootGuiNode ) : System
rootGuiNode System.Xml.XmlNode
Résultat System

ToXml() public méthode

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
Résultat void