mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 15:11:19 +00:00 
			
		
		
		
	Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			945 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			945 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8" ?>
 | 
						|
<class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.0-stable">
 | 
						|
	<brief_description>
 | 
						|
		A Visual Script node used to annotate the script.
 | 
						|
	</brief_description>
 | 
						|
	<description>
 | 
						|
		A Visual Script node used to display annotations in the script, so that code may be documented.
 | 
						|
		Comment nodes can be resized so they encompass a group of nodes.
 | 
						|
	</description>
 | 
						|
	<tutorials>
 | 
						|
	</tutorials>
 | 
						|
	<demos>
 | 
						|
	</demos>
 | 
						|
	<methods>
 | 
						|
	</methods>
 | 
						|
	<members>
 | 
						|
		<member name="description" type="String" setter="set_description" getter="get_description">
 | 
						|
			The text inside the comment node.
 | 
						|
		</member>
 | 
						|
		<member name="size" type="Vector2" setter="set_size" getter="get_size">
 | 
						|
			The comment node's size (in pixels).
 | 
						|
		</member>
 | 
						|
		<member name="title" type="String" setter="set_title" getter="get_title">
 | 
						|
			The comment node's title.
 | 
						|
		</member>
 | 
						|
	</members>
 | 
						|
	<constants>
 | 
						|
	</constants>
 | 
						|
</class>
 |