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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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