# AudioSourceComponent::Get3DParams **命名空间**: `XCEngine::Components` **类型**: `method` **头文件**: `XCEngine/Components/AudioSourceComponent.h` ## 签名 ```cpp const Audio::Audio3DParams& Get3DParams() const; ``` ## 作用 返回 `m_3DParams`。 ## 当前实现 - 返回 `m_3DParams`。 ## 相关文档 - [AudioSourceComponent](AudioSourceComponent.md) - [Set3DParams](Set3DParams.md)