C# Class AGS.Types.ViewFrame

Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : ViewFrame
Clone ( bool flip ) : ViewFrame
ToXml ( XmlTextWriter writer ) : void
ViewFrame ( ) : System
ViewFrame ( XmlNode node ) : System
ViewFrame ( int id ) : System

Method Details

Clone() public méthode

public Clone ( ) : ViewFrame
Résultat ViewFrame

Clone() public méthode

public Clone ( bool flip ) : ViewFrame
flip bool
Résultat ViewFrame

ToXml() public méthode

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

ViewFrame() public méthode

public ViewFrame ( ) : System
Résultat System

ViewFrame() public méthode

public ViewFrame ( XmlNode node ) : System
node System.Xml.XmlNode
Résultat System

ViewFrame() public méthode

public ViewFrame ( int id ) : System
id int
Résultat System