#include <PlaySoundInfo.h>
◆ getAssetName()
| std::string PlaySoundInfo::getAssetName |
( |
| ) |
|
|
inline |
◆ getCategory()
| AudioCategory PlaySoundInfo::getCategory |
( |
| ) |
|
|
inline |
◆ getGain()
| float PlaySoundInfo::getGain |
( |
| ) |
|
|
inline |
◆ getLoopCount()
| int PlaySoundInfo::getLoopCount |
( |
| ) |
|
|
inline |
◆ getMaxInstances()
| int PlaySoundInfo::getMaxInstances |
( |
| ) |
|
|
inline |
◆ getPan()
| float PlaySoundInfo::getPan |
( |
| ) |
|
|
inline |
◆ getPitch()
| float PlaySoundInfo::getPitch |
( |
| ) |
|
|
inline |
◆ getPriority()
| int PlaySoundInfo::getPriority |
( |
| ) |
|
|
inline |
◆ getStream()
| bool PlaySoundInfo::getStream |
( |
| ) |
|
|
inline |
◆ setAssetName()
| void PlaySoundInfo::setAssetName |
( |
std::string | val | ) |
|
|
inline |
◆ setCategory()
| void PlaySoundInfo::setCategory |
( |
AudioCategory | val | ) |
|
|
inline |
◆ setGain()
| void PlaySoundInfo::setGain |
( |
float | val | ) |
|
|
inline |
◆ setLoopCount()
| void PlaySoundInfo::setLoopCount |
( |
int | val | ) |
|
|
inline |
◆ setMaxInstances()
| void PlaySoundInfo::setMaxInstances |
( |
int | val | ) |
|
|
inline |
◆ setPan()
| void PlaySoundInfo::setPan |
( |
float | val | ) |
|
|
inline |
◆ setPitch()
| void PlaySoundInfo::setPitch |
( |
float | val | ) |
|
|
inline |
◆ setPriority()
| void PlaySoundInfo::setPriority |
( |
int | val | ) |
|
|
inline |
◆ setStream()
| void PlaySoundInfo::setStream |
( |
bool | val | ) |
|
|
inline |