mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			26 lines
		
	
	
	
		
			587 B
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
	
		
			587 B
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="UTF-8" ?> | ||
|  | <class name="StreamTexture3D" inherits="Texture3D" version="4.0"> | ||
|  | 	<brief_description> | ||
|  | 	</brief_description> | ||
|  | 	<description> | ||
|  | 	</description> | ||
|  | 	<tutorials> | ||
|  | 	</tutorials> | ||
|  | 	<methods> | ||
|  | 		<method name="load"> | ||
|  | 			<return type="int" enum="Error"> | ||
|  | 			</return> | ||
|  | 			<argument index="0" name="path" type="String"> | ||
|  | 			</argument> | ||
|  | 			<description> | ||
|  | 			</description> | ||
|  | 		</method> | ||
|  | 	</methods> | ||
|  | 	<members> | ||
|  | 		<member name="load_path" type="String" setter="load" getter="get_load_path" default=""""> | ||
|  | 		</member> | ||
|  | 	</members> | ||
|  | 	<constants> | ||
|  | 	</constants> | ||
|  | </class> |