Property | Type | Description | |
---|---|---|---|
activeInstances | LinkedList |
Method | Description | |
---|---|---|
ISound ( IDisposableResource parent ) : System.Collections.Generic | ||
Pause ( ) : void | ||
Play ( ) : ISoundInstance | ||
Play ( float volume ) : ISoundInstance | ||
Stop ( ) : void | ||
Update ( ) : void |
public ISound ( IDisposableResource parent ) : System.Collections.Generic | ||
parent | IDisposableResource | |
return | System.Collections.Generic |
public Play ( float volume ) : ISoundInstance | ||
volume | float | |
return | ISoundInstance |