docs: update README.md and fix components module docs

- Update README.md project structure docs/api section
  - Add missing audio/, components/, scene/ directories
  - Reorder alphabetically
- Update Components test count from 2+ to 3
- Expand documentation section with module listings
- Remove incomplete audio-source and audio-listener component docs
  from components.md (referenced 30+ and 16+ non-existent method docs)
This commit is contained in:
2026-03-22 13:28:14 +08:00
parent a399eeec26
commit 750ac95951
9 changed files with 0 additions and 174 deletions

View File

@@ -0,0 +1,23 @@
# AudioClip::AudioClip
```cpp
AudioClip()
```
构造一个新的 `AudioClip` 实例。
**线程安全:**
**示例:**
```cpp
#include "Resources/AudioClip.h"
using namespace XCEngine::Resources;
AudioClip* clip = new AudioClip();
```
## 相关文档
- [AudioClip 总览](audio-clip.md) - 返回类总览