Property | Type | Description | |
---|---|---|---|
filename | string | ||
loop | bool | ||
restart | bool | ||
shouldplay | bool |
Method | Description | |
---|---|---|
AudioTask ( IGameExit gameexit, string id, |
||
Play ( ) : void | ||
Restart ( ) : void | ||
play ( ) : void |
Method | Description | |
---|---|---|
DoPlay ( ) : void | ||
GetSample ( string filename ) : AudioSample |
public AudioTask ( IGameExit gameexit, string id, |
||
gameexit | IGameExit | |
id | string | |
audio | ||
return | System |