mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
17 lines
479 B
XML
17 lines
479 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="AudioEffect" inherits="Resource" version="4.2">
|
|
<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>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|