mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 00:57:35 +02:00
add property for volume in AudioInjectorOptions
This commit is contained in:
parent
94a57119f8
commit
decaf2e245
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class AudioInjectorOptions : public QObject {
|
|||
Q_OBJECT
|
||||
|
||||
Q_PROPERTY(glm::vec3 position READ getPosition WRITE setPosition)
|
||||
Q_PROPERTY(float volume READ getVolume WRITE setVolume)
|
||||
public:
|
||||
AudioInjectorOptions(QObject* parent = 0);
|
||||
AudioInjectorOptions(const AudioInjectorOptions& other);
|
||||
|
|
Loading…
Reference in a new issue