소스 검색

update chinese docs

Garrett Johnson 4 년 전
부모
커밋
aa9270b799
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      docs/api/zh/materials/ShaderMaterial.html

+ 6 - 0
docs/api/zh/materials/ShaderMaterial.html

@@ -43,6 +43,12 @@
 					<li>
 						循环变量必须是*i*。
 					</li>
+					<li>
+						Array accesses within the loop must include spaces around the index: <b>array[ i ]</b>.
+					</li>
+					<li>
+						The value *UNROLL_LOOP_INDEX* will be replaced with the explicity value of *i* for the given iteration and can be used in preprocessor statements.
+					</li>
 				</ul>
 				<code>
 		#pragma unroll_loop_start