返回介绍

AudioSource.SetSpatializerFloat 设置空间化浮点数

发布于 2019-12-18 15:37:24 字数 1323 浏览 1465 评论 0 收藏 0

JavaScript => public function SetSpatializerFloat(index: int, value: float): bool;
C# => public bool SetSpatializerFloat(int index, float value);

Parameters 参数

indexZero-based index of user-defined parameter to be set.
要设置的用户自定义参数的索引。
valueNew value of the user-defined parameter.
用户自定义参数的新值。

Returns 返回

bool True, if the parameter could be set.

如果该参数以及被设置,返回true。

Description 描述

Sets a user-defined parameter of a custom spatializer effect that is attached to an AudioSource.

设置一个附加到音频源的自定义空间化效果的一个用户自定义参数。

Since this is for internal use in custom inspectors controlling custom spatializer effects implemented as native audio plugins, it is up to the spatializer to perform necessary clipping on the UI and native sides through the setparameter/getparameter callbacks of the native audio plugin.

由于这个是在自定义检视面板内部使用,控制自定义空间化效果作为本地音频插件。这是在UI由空间化进行必要的裁剪,本地是通过音频插件的setparameter/getparameter回调。

AudioSource

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文