C# Class AGS.Types.AudioClipType

Afficher le fichier Open project: adventuregamestudio/ags

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AudioClipType ( XmlNode node ) : System
AudioClipType ( int typeID, string name, int maxChannels, int volumeReductionWhileSpeechPlaying, bool backwardsCompatType, CrossfadeSpeed crossfading ) : System
ToXml ( XmlTextWriter writer ) : void

Method Details

AudioClipType() public méthode

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

AudioClipType() public méthode

public AudioClipType ( int typeID, string name, int maxChannels, int volumeReductionWhileSpeechPlaying, bool backwardsCompatType, CrossfadeSpeed crossfading ) : System
typeID int
name string
maxChannels int
volumeReductionWhileSpeechPlaying int
backwardsCompatType bool
crossfading CrossfadeSpeed
Résultat System

ToXml() public méthode

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