docs: 更新 audioclip 和 audio-source-component 文档
- audioclip: 新增 set 方法文档 - audio-source-component: 新增 set-output-mixer 文档
This commit is contained in:
@@ -36,5 +36,5 @@ void Setup3DParams(AudioSourceComponent* source) {
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [AudioSourceComponent](./audio-source-component.md) - 音频源组件
|
||||
- [Get3DParams](./get-3d-params.md) - 获取3D参数
|
||||
- [AudioSourceComponent](audio-source-component.md) - 音频源组件
|
||||
- [Get3DParams](get-3d-params.md) - 获取3D参数
|
||||
|
||||
@@ -34,5 +34,5 @@ void ConnectToMixer(AudioSourceComponent* source, AudioMixer* mixer) {
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [AudioSourceComponent](./audio-source-component.md) - 音频源组件
|
||||
- [GetOutputMixer](./get-output-mixer.md) - 获取输出混音器
|
||||
- [AudioSourceComponent](audio-source-component.md) - 音频源组件
|
||||
- [GetOutputMixer](get-output-mixer.md) - 获取输出混音器
|
||||
|
||||
@@ -32,5 +32,5 @@ void SetAudioVolume(AudioSourceComponent* source) {
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [AudioSourceComponent](./audio-source-component.md) - 音频源组件
|
||||
- [GetVolume](./get-volume.md) - 获取音量
|
||||
- [AudioSourceComponent](audio-source-component.md) - 音频源组件
|
||||
- [GetVolume](get-volume.md) - 获取音量
|
||||
|
||||
@@ -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) - 设置阴影投射
|
||||
|
||||
@@ -33,5 +33,5 @@ void PrintLightIntensity(LightComponent* light) {
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [LightComponent](./light-component.md) - 光源组件
|
||||
- [SetIntensity](./set-intensity.md) - 设置光源强度
|
||||
- [LightComponent](light-component.md) - 光源组件
|
||||
- [SetIntensity](set-intensity.md) - 设置光源强度
|
||||
|
||||
@@ -33,5 +33,5 @@ void PrintLightRange(LightComponent* light) {
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [LightComponent](./light-component.md) - 光源组件
|
||||
- [SetRange](./set-range.md) - 设置作用范围
|
||||
- [LightComponent](light-component.md) - 光源组件
|
||||
- [SetRange](set-range.md) - 设置作用范围
|
||||
|
||||
@@ -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) - 设置聚光灯角度
|
||||
|
||||
@@ -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) - 检查阴影投射
|
||||
|
||||
@@ -39,5 +39,5 @@ void SetupLightIntensity(LightComponent* light) {
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [LightComponent](./light-component.md) - 光源组件
|
||||
- [GetIntensity](./get-intensity.md) - 获取光源强度
|
||||
- [LightComponent](light-component.md) - 光源组件
|
||||
- [GetIntensity](get-intensity.md) - 获取光源强度
|
||||
|
||||
@@ -33,5 +33,5 @@ void SetupLightRange(LightComponent* light) {
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [LightComponent](./light-component.md) - 光源组件
|
||||
- [GetRange](./get-range.md) - 获取作用范围
|
||||
- [LightComponent](light-component.md) - 光源组件
|
||||
- [GetRange](get-range.md) - 获取作用范围
|
||||
|
||||
@@ -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) - 获取聚光灯角度
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
| 方法 | 描述 |
|
||||
|------|------|
|
||||
| [`OpenGLFence`](constructor.md) | 构造函数 |
|
||||
| [`OpenGLFence`](../../../threading/lambda-task/constructor.md) | 构造函数 |
|
||||
| [`Initialize`](initialize.md) | 初始化栅栏,设置初始值 |
|
||||
| [`Shutdown`](shutdown.md) | 关闭栅栏,释放 GLsync 资源 |
|
||||
| [`Signal`](signal.md) | 信号栅栏(重载:有无参数版本) |
|
||||
|
||||
Reference in New Issue
Block a user