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

Inheritance: XmlBrick, IPlaySoundBrick
Show file Open project: Catrobat/CatrobatForWindows

Private Properties

Property Type Description
CreateXml System.Xml.Linq.XElement
LoadFromXml void

Public Methods

Method Description
LoadReference ( ) : void
XmlPlaySoundBrick ( ) : Catrobat_Player.NativeComponent
XmlPlaySoundBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

Private Methods

Method Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

LoadReference() public method

public LoadReference ( ) : void
return void

XmlPlaySoundBrick() public method

public XmlPlaySoundBrick ( ) : Catrobat_Player.NativeComponent
return Catrobat_Player.NativeComponent

XmlPlaySoundBrick() public method

public XmlPlaySoundBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
return Catrobat_Player.NativeComponent