mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
1c1524a651
Can't stop, won't stop, they said, huh?
19 lines
691 B
XML
19 lines
691 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="AudioEffect" inherits="Resource" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
Audio effect for audio.
|
|
</brief_description>
|
|
<description>
|
|
Base resource for audio bus. Applies an audio effect on the bus that the resource is applied on.
|
|
</description>
|
|
<tutorials>
|
|
<link title="Audio Mic Record Demo">https://godotengine.org/asset-library/asset/527</link>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_instantiate" qualifiers="virtual">
|
|
<return type="AudioEffectInstance" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
</class>
|