C# Class AGS.Types.TextWindowGUI

Inheritance: AGS.Types.GUI
Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TextWindowGUI ( ) : System
TextWindowGUI ( XmlNode rootGuiNode ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

TextWindowGUI() public method

public TextWindowGUI ( ) : System
return System

TextWindowGUI() public method

public TextWindowGUI ( XmlNode rootGuiNode ) : System
rootGuiNode System.Xml.XmlNode
return System

ToXml() public method

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void