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

@@ -36,5 +36,5 @@ void Setup3DParams(AudioSourceComponent* source) {
## 相关文档 ## 相关文档
- [AudioSourceComponent](./audio-source-component.md) - 音频源组件 - [AudioSourceComponent](audio-source-component.md) - 音频源组件
- [Get3DParams](./get-3d-params.md) - 获取3D参数 - [Get3DParams](get-3d-params.md) - 获取3D参数

View File

@@ -34,5 +34,5 @@ void ConnectToMixer(AudioSourceComponent* source, AudioMixer* mixer) {
## 相关文档 ## 相关文档
- [AudioSourceComponent](./audio-source-component.md) - 音频源组件 - [AudioSourceComponent](audio-source-component.md) - 音频源组件
- [GetOutputMixer](./get-output-mixer.md) - 获取输出混音器 - [GetOutputMixer](get-output-mixer.md) - 获取输出混音器

View File

@@ -32,5 +32,5 @@ void SetAudioVolume(AudioSourceComponent* source) {
## 相关文档 ## 相关文档
- [AudioSourceComponent](./audio-source-component.md) - 音频源组件 - [AudioSourceComponent](audio-source-component.md) - 音频源组件
- [GetVolume](./get-volume.md) - 获取音量 - [GetVolume](get-volume.md) - 获取音量

View File

@@ -34,5 +34,5 @@ void CheckShadowCasting(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [SetCastsShadows](./set-casts-shadows.md) - 设置阴影投射 - [SetCastsShadows](set-casts-shadows.md) - 设置阴影投射

View File

@@ -33,5 +33,5 @@ void PrintLightIntensity(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [SetIntensity](./set-intensity.md) - 设置光源强度 - [SetIntensity](set-intensity.md) - 设置光源强度

View File

@@ -33,5 +33,5 @@ void PrintLightRange(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [SetRange](./set-range.md) - 设置作用范围 - [SetRange](set-range.md) - 设置作用范围

View File

@@ -33,5 +33,5 @@ void PrintSpotAngle(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [SetSpotAngle](./set-spot-angle.md) - 设置聚光灯角度 - [SetSpotAngle](set-spot-angle.md) - 设置聚光灯角度

View File

@@ -36,5 +36,5 @@ void SetupShadowCasting(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [GetCastsShadows](./get-casts-shadows.md) - 检查阴影投射 - [GetCastsShadows](get-casts-shadows.md) - 检查阴影投射

View File

@@ -39,5 +39,5 @@ void SetupLightIntensity(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [GetIntensity](./get-intensity.md) - 获取光源强度 - [GetIntensity](get-intensity.md) - 获取光源强度

View File

@@ -33,5 +33,5 @@ void SetupLightRange(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [GetRange](./get-range.md) - 获取作用范围 - [GetRange](get-range.md) - 获取作用范围

View File

@@ -33,5 +33,5 @@ void SetupSpotLight(LightComponent* light) {
## 相关文档 ## 相关文档
- [LightComponent](./light-component.md) - 光源组件 - [LightComponent](light-component.md) - 光源组件
- [GetSpotAngle](./get-spot-angle.md) - 获取聚光灯角度 - [GetSpotAngle](get-spot-angle.md) - 获取聚光灯角度

View File

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