소스 검색

Merge pull request #20010 from toger5/docs_texture_load

[DOCS] mention load in texture class
Max Hilbrunner 7 년 전
부모
커밋
149c670989
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/classes/Texture.xml

+ 1 - 0
doc/classes/Texture.xml

@@ -5,6 +5,7 @@
 	</brief_description>
 	<description>
 		A texture works by registering an image in the video hardware, which then can be used in 3D models or 2D [Sprite] or GUI [Control].
+		Textures are often created by loading them from a file. See [method @GDScript.load].
 	</description>
 	<tutorials>
 	</tutorials>