| 82 | void setPosition(const FloatPoint3D & position); |
| 83 | |
| 84 | std::shared_ptr<AudioParam> positionX() const { return m_positionX; } |
| 85 | std::shared_ptr<AudioParam> positionY() const { return m_positionY; } |
| 86 | std::shared_ptr<AudioParam> positionZ() const { return m_positionZ; } |
| 87 |
no outgoing calls
no test coverage detected