2017-09-13 04:42:36 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 21:18:53 +08:00
|
|
|
<class name="AudioEffect" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2017-09-13 04:42:36 +08:00
|
|
|
<brief_description>
|
2019-06-22 07:04:47 +08:00
|
|
|
Audio effect for audio.
|
2017-09-13 04:42:36 +08:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
Base resource for audio bus. Applies an audio effect on the bus that the resource is applied on.
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
2020-10-01 16:34:47 +08:00
|
|
|
<link title="Audio Mic Record Demo">https://godotengine.org/asset-library/asset/527</link>
|
2017-09-13 04:42:36 +08:00
|
|
|
</tutorials>
|
2022-03-10 15:17:38 +08:00
|
|
|
<methods>
|
|
|
|
<method name="_instantiate" qualifiers="virtual">
|
|
|
|
<return type="AudioEffectInstance" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
2017-09-13 04:42:36 +08:00
|
|
|
</class>
|