소스 검색

docs: Note return value of Texture.transformUv

Jay Weisskopf 8 년 전
부모
커밋
c6354aeb6a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/textures/Texture.html

+ 1 - 1
docs/api/textures/Texture.html

@@ -213,7 +213,7 @@
 		<h3>[method:null transformUv]( uv )</h3>
 		<div>
 		Transform the uv based on the value of this texture's [page:Texture.repeat .repeat], [page:Texture.offset .offset],
-		[page:Texture.wrapS .wrapS], [page:Texture.wrapT .wrapT] and [page:Texture.flipY .flipY] properties.
+		[page:Texture.wrapS .wrapS], [page:Texture.wrapT .wrapT] and [page:Texture.flipY .flipY] properties. Returns the uv.
 		</div>
 
 		<h2>Source</h2>