C# Class Reign.Audio.XNA.Music

Inheritance: Disposable, MusicI
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Dispose ( ) : void
Music ( DisposableI parent, string fileName ) : System.Collections.Generic
New ( DisposableI parent, string fileName ) : Music
Play ( ) : void
Stop ( ) : void
Update ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Music() public method

public Music ( DisposableI parent, string fileName ) : System.Collections.Generic
parent DisposableI
fileName string
return System.Collections.Generic

New() public static method

public static New ( DisposableI parent, string fileName ) : Music
parent DisposableI
fileName string
return Music

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( ) : void
return void