Skip to content

Commit e1cd737

Browse files
committed
Update Texture docs.
1 parent 2cf6e11 commit e1cd737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/en/textures/Texture.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h3>[method:null dispose]()</h3>
250250
Call [page:EventDispatcher EventDispatcher].dispatchEvent with a 'dispose' event type.
251251
</p>
252252

253-
<h3>[method:null transformUv]( [param:Vector2 uv] )</h3>
253+
<h3>[method:Vector2 transformUv]( [param:Vector2 uv] )</h3>
254254
<p>
255255
Transform the uv based on the value of this texture's [page:Texture.offset .offset], [page:Texture.repeat .repeat],
256256
[page:Texture.wrapS .wrapS], [page:Texture.wrapT .wrapT] and [page:Texture.flipY .flipY] properties.

0 commit comments

Comments
 (0)