C# Class Reign.Audio.ISound

Inheritance: DisposableResource
Afficher le fichier Open project: reignstudios/ReignSDK

Protected Properties

Свойство Type Description
activeInstances LinkedList

Méthodes publiques

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

Method Details

ISound() public méthode

public ISound ( IDisposableResource parent ) : System.Collections.Generic
parent IDisposableResource
Résultat System.Collections.Generic

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : ISoundInstance
Résultat ISoundInstance

Play() public méthode

public Play ( float volume ) : ISoundInstance
volume float
Résultat ISoundInstance

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

activeInstances protected_oe property

protected LinkedList activeInstances
Résultat LinkedList