docs: 更新 audioclip 和 audio-source-component 文档

- audioclip: 新增 set 方法文档
- audio-source-component: 新增 set-output-mixer 文档
This commit is contained in:
2026-03-26 02:04:27 +08:00
parent 48b73a5045
commit 10ee1fa3fa
12 changed files with 23 additions and 23 deletions

View File

@@ -12,7 +12,7 @@
| 方法 | 描述 |
|------|------|
| [`OpenGLFence`](constructor.md) | 构造函数 |
| [`OpenGLFence`](../../../threading/lambda-task/constructor.md) | 构造函数 |
| [`Initialize`](initialize.md) | 初始化栅栏,设置初始值 |
| [`Shutdown`](shutdown.md) | 关闭栅栏,释放 GLsync 资源 |
| [`Signal`](signal.md) | 信号栅栏(重载:有无参数版本) |