C# Class SoundInstance, DarkForcesUnity

Inheritance: System.IDisposable
Afficher le fichier Open project: joeriedel/DarkForcesUnity Class Usage Examples

Méthodes publiques

Méthode Description
AttachToAudioSource ( AudioSource source ) : void
Dispose ( ) : void
Reference ( ) : void
SoundInstance ( ISoundAssetInternal sound ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Dispose ( bool bIsDisposing ) : void

Method Details

AttachToAudioSource() public méthode

public AttachToAudioSource ( AudioSource source ) : void
source UnityEngine.AudioSource
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool bIsDisposing ) : void
bIsDisposing bool
Résultat void

Reference() public méthode

public Reference ( ) : void
Résultat void

SoundInstance() public méthode

public SoundInstance ( ISoundAssetInternal sound ) : System.Collections.Generic
sound ISoundAssetInternal
Résultat System.Collections.Generic