get(marker) → {Phaser.Sound}
Get a sound with the given name.
Parameters
| Name | Type | Description |
|---|---|---|
marker | string | The name of sound to get. |
Returns
The sound instance.
- Source code: sound/AudioSprite.js (Line 115)
get(marker) → {Phaser.Sound}
Get a sound with the given name.
| Name | Type | Description |
|---|---|---|
marker | string | The name of sound to get. |
The sound instance.
Please login to continue.