C# Class SoundInstance, DarkForcesUnity

Inheritance: System.IDisposable
显示文件 Open project: joeriedel/DarkForcesUnity Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool bIsDisposing ) : void

Method Details

AttachToAudioSource() public method

public AttachToAudioSource ( AudioSource source ) : void
source UnityEngine.AudioSource
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool bIsDisposing ) : void
bIsDisposing bool
return void

Reference() public method

public Reference ( ) : void
return void

SoundInstance() public method

public SoundInstance ( ISoundAssetInternal sound ) : System.Collections.Generic
sound ISoundAssetInternal
return System.Collections.Generic