C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.Sounds.XmlPlaySoundBrick

Inheritance: XmlBrick, IPlaySoundBrick
Afficher le fichier Open project: Catrobat/CatrobatForWindows

Private Properties

Свойство Type Description
CreateXml System.Xml.Linq.XElement
LoadFromXml void

Méthodes publiques

Méthode Description
LoadReference ( ) : void
XmlPlaySoundBrick ( ) : Catrobat_Player.NativeComponent
XmlPlaySoundBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

Private Methods

Méthode Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

LoadReference() public méthode

public LoadReference ( ) : void
Résultat void

XmlPlaySoundBrick() public méthode

public XmlPlaySoundBrick ( ) : Catrobat_Player.NativeComponent
Résultat Catrobat_Player.NativeComponent

XmlPlaySoundBrick() public méthode

public XmlPlaySoundBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
Résultat Catrobat_Player.NativeComponent