mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			479 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			479 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <class name="AudioEffect" inherits="Resource" version="3.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>
 | 
