mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 ba177ccaec
			
		
	
	
		ba177ccaec
		
	
	
	
	
		
			
			- Add some missing descriptions.
- Add links to tutorials for ARVR and AnimationTree.
- Style fixes.
- Engine changes:
  * Make `AnimationNodeTransition.input_<number>` properties internal
    so that they don't appear in the docs. They still appear in the
    inspector based on the actual number of inputs requested.
  * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D
    particles in `ParticlesMaterial`, and thus only relevant for
    `CPUParticles3D`.
		
	
			
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			603 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			603 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | |
| <class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.2">
 | |
| 	<brief_description>
 | |
| 		A Visual Script node returning a singleton from [@GlobalScope].
 | |
| 	</brief_description>
 | |
| 	<description>
 | |
| 		A Visual Script node returning a singleton from [@GlobalScope].
 | |
| 	</description>
 | |
| 	<tutorials>
 | |
| 	</tutorials>
 | |
| 	<methods>
 | |
| 	</methods>
 | |
| 	<members>
 | |
| 		<member name="constant" type="String" setter="set_singleton" getter="get_singleton" default="""">
 | |
| 			The singleton's name.
 | |
| 		</member>
 | |
| 	</members>
 | |
| 	<constants>
 | |
| 	</constants>
 | |
| </class>
 |