C# Class Gablarski.Client.ClientSourceManager

Inheritance: AudioSourceManager, IClientSourceManager
Afficher le fichier Open project: ermau/Gablarski Class Usage Examples

Méthodes publiques

Méthode Description
Add ( AudioSource source ) : void
Clear ( ) : void
GetIsIgnored ( AudioSource source ) : bool
ToggleIgnore ( AudioSource source ) : bool
Update ( AudioSource source ) : void
Update ( IEnumerable updatedSources ) : void

Méthodes protégées

Méthode Description
ClientSourceManager ( IGablarskiClientContext context ) : System

Method Details

Add() public méthode

public Add ( AudioSource source ) : void
source AudioSource
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ClientSourceManager() protected méthode

protected ClientSourceManager ( IGablarskiClientContext context ) : System
context IGablarskiClientContext
Résultat System

GetIsIgnored() public méthode

public GetIsIgnored ( AudioSource source ) : bool
source AudioSource
Résultat bool

ToggleIgnore() public méthode

public ToggleIgnore ( AudioSource source ) : bool
source AudioSource
Résultat bool

Update() public méthode

public Update ( AudioSource source ) : void
source AudioSource
Résultat void

Update() public méthode

public Update ( IEnumerable updatedSources ) : void
updatedSources IEnumerable
Résultat void