mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			756 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			756 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <class name="VisualShaderNodeParticleAccelerator" inherits="VisualShaderNode" version="4.0">
 | |
| 	<brief_description>
 | |
| 	</brief_description>
 | |
| 	<description>
 | |
| 	</description>
 | |
| 	<tutorials>
 | |
| 	</tutorials>
 | |
| 	<members>
 | |
| 		<member name="mode" type="int" setter="set_mode" getter="get_mode" enum="VisualShaderNodeParticleAccelerator.Mode" default="0">
 | |
| 		</member>
 | |
| 	</members>
 | |
| 	<constants>
 | |
| 		<constant name="MODE_LINEAR" value="0" enum="Mode">
 | |
| 		</constant>
 | |
| 		<constant name="MODE_RADIAL" value="1" enum="Mode">
 | |
| 		</constant>
 | |
| 		<constant name="MODE_TANGENTIAL" value="2" enum="Mode">
 | |
| 		</constant>
 | |
| 		<constant name="MODE_MAX" value="3" enum="Mode">
 | |
| 			Represents the size of the [enum Mode] enum.
 | |
| 		</constant>
 | |
| 	</constants>
 | |
| </class>
 | 
