26 lines
374 B
Markdown
26 lines
374 B
Markdown
# AudioSourceComponent::IsLooping
|
|
|
|
**命名空间**: `XCEngine::Components`
|
|
|
|
**类型**: `method`
|
|
|
|
**头文件**: `XCEngine/Components/AudioSourceComponent.h`
|
|
|
|
## 签名
|
|
|
|
```cpp
|
|
bool IsLooping() const;
|
|
```
|
|
|
|
## 作用
|
|
|
|
返回 `m_isLooping` 当前值。
|
|
|
|
## 当前实现
|
|
|
|
- 返回 `m_isLooping` 当前值。
|
|
|
|
## 相关文档
|
|
|
|
- [AudioSourceComponent](AudioSourceComponent.md)
|