Property | Type | Description | |
---|---|---|---|
Array | Microsoft.Xna.Framework.Audio.Cue[] |
Method | Description | |
---|---|---|
Pause ( ) : void | ||
Play ( ) : void | ||
Resume ( ) : void | ||
SetVariable ( string name, float value ) : void | ||
Stop ( AudioStopOptions options ) : void |
public SetVariable ( string name, float value ) : void | ||
name | string | |
value | float | |
return | void |
public Stop ( AudioStopOptions options ) : void | ||
options | AudioStopOptions | |
return | void |