26 lines
362 B
Markdown
26 lines
362 B
Markdown
# AudioSourceComponent::SetLooping
|
|
|
|
**命名空间**: `XCEngine::Components`
|
|
|
|
**类型**: `method`
|
|
|
|
**头文件**: `XCEngine/Components/AudioSourceComponent.h`
|
|
|
|
## 签名
|
|
|
|
```cpp
|
|
void SetLooping(bool loop);
|
|
```
|
|
|
|
## 作用
|
|
|
|
更新 `m_isLooping`。
|
|
|
|
## 当前实现
|
|
|
|
- 会更新 `m_isLooping`。
|
|
|
|
## 相关文档
|
|
|
|
- [AudioSourceComponent](AudioSourceComponent.md)
|