Browse Source

Docs: Clean up. (#25496)

Michael Herzog 2 years ago
parent
commit
31e7b1fc7a

+ 1 - 1
docs/api/it/textures/DataArrayTexture.html

@@ -89,7 +89,7 @@
     	Vedi la classe base [page:Texture Texture] per le proprietà comuni.
     </p>
 
-		<h3>[property:Image image]</h3>
+		<h3>[property:Object image]</h3>
 		<p>
 			Sostituito con un tipo di record contenente dati, larghezza, altezza e profondità.
 		</p>

+ 1 - 1
docs/api/it/textures/DataTexture.html

@@ -83,7 +83,7 @@
 			Indica se generare mipmap (se possibile) per una texture. Falso per impostazione predefinita.
 		</p>
 
-		<h3>[property:Image image]</h3>
+		<h3>[property:Object image]</h3>
 		<p>
 			Sostituito con un tipo di record contenente dati, larghezza, altezza e profondità.
 		</p>

+ 1 - 1
docs/api/zh/textures/DataTexture.html

@@ -80,7 +80,7 @@
 		Whether to generate mipmaps (if possible) for a texture. False by default.
 		</p>
 
-		<h3>[property:Image image]</h3>
+		<h3>[property:Object image]</h3>
 		<p>
 		Overridden with a record type holding data, width and height.
 		</p>