浏览代码

mention load in texture class

toger5 7 年之前
父节点
当前提交
533e026f9c
共有 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>