C# Class AGS.Types.LipSync

Datei anzeigen Open project: adventuregamestudio/ags Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FromXml ( XmlNode node ) : void
LipSync ( ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

FromXml() public method

public FromXml ( XmlNode node ) : void
node System.Xml.XmlNode
return void

LipSync() public method

public LipSync ( ) : System
return System

ToXml() public method

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