2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-07-06 10:08:05 +02:00
|
|
|
<class name="AudioEffect" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2019-06-22 01:04:47 +02:00
|
|
|
Audio effect for audio.
|
2017-09-12 22:42:36 +02: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 10:34:47 +02:00
|
|
|
<link title="Audio Mic Record Demo">https://godotengine.org/asset-library/asset/527</link>
|
2017-09-12 22:42:36 +02:00
|
|
|
</tutorials>
|
2022-03-10 08:17:38 +01:00
|
|
|
<methods>
|
|
|
|
<method name="_instantiate" qualifiers="virtual">
|
|
|
|
<return type="AudioEffectInstance" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
2017-09-12 22:42:36 +02:00
|
|
|
</class>
|