C# Class Reign.Audio.ISound

Inheritance: DisposableResource
Exibir arquivo Open project: reignstudios/ReignSDK

Protected Properties

Property Type Description
activeInstances LinkedList

Public Methods

Method Description
ISound ( IDisposableResource parent ) : System.Collections.Generic
Pause ( ) : void
Play ( ) : ISoundInstance
Play ( float volume ) : ISoundInstance
Stop ( ) : void
Update ( ) : void

Method Details

ISound() public method

public ISound ( IDisposableResource parent ) : System.Collections.Generic
parent IDisposableResource
return System.Collections.Generic

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : ISoundInstance
return ISoundInstance

Play() public method

public Play ( float volume ) : ISoundInstance
volume float
return ISoundInstance

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

activeInstances protected_oe property

protected LinkedList activeInstances
return LinkedList