瀏覽代碼

cleanup .map desc (#26645)

ycw 1 年之前
父節點
當前提交
c8ceac2f12

+ 1 - 1
docs/api/ar/lights/SpotLight.html

@@ -153,7 +153,7 @@
 		[page:Texture] يستخدم لتعديل لون الضوء. يتم خلط لون المصباح
 		مع قيمة RGB لهذه الملمس ، بنسبة
 		تتوافق مع قيمة ألفا. يتم تكرار التأثير المشابه للكعكة باستخدام قِيَم بكسل (0، 0، 0، 1-قِيَم_الكعكة). <b>تحذير</b>:
-		[param:SpotLight map] مُعَطَّلَ إذا كان [param:SpotLight castShadow]
+		[page:.map] مُعَطَّلَ إذا كان [page:.castShadow]
 		<b>خطأ</b>.
 		</p>
 		

+ 1 - 2
docs/api/en/lights/SpotLight.html

@@ -157,8 +157,7 @@ light.target = targetObject;
 			color is mixed with the RGB value of this texture, with a ratio
 			corresponding to its alpha value. The cookie-like masking effect is
 			reproduced using pixel values (0, 0, 0, 1-cookie_value). *Warning*:
-			[param:SpotLight map] is disabled if [param:SpotLight castShadow] is
-			*false*.
+			[page:.map] is disabled if [page:.castShadow] is *false*.
 		</p>
 
 		<h2>Methods</h2>

+ 1 - 1
docs/api/it/lights/SpotLight.html

@@ -166,7 +166,7 @@ light.target = targetObject;
       Una [page:Texture] utilizzata per modulare il colore della luce. Il colore della luce spot viene mescolato con il valore
       RGB di questa texture, con un rapporto corrispondente al suo valore alfa. L'effetto di mascheramento simile a quello dei cookie
       viene riprodotto utilizzando i valori (0, 0, 0, 1-cookie_value).
-      *Attenzione*: [param:SpotLight map] è disabilitata se [param:SpotLight castShadow] è *false*. 
+      *Attenzione*: [page:.map] è disabilitata se [page:.castShadow] è *false*. 
 		</p>
 
 		<h2>Metodi</h2>

+ 1 - 1
docs/api/zh/lights/SpotLight.html

@@ -146,7 +146,7 @@ light.target = targetObject;
 		<p>
 			用于调节光线颜色的纹理([page:Texture]),聚光灯颜色会与该纹理的RGB值混合,其比例与其alpha值相对应。<br />
 			The cookie-like masking effect is reproduced using pixel values (0, 0, 0, 1-cookie_value).<br />
-			*注意*: 如果 `castShadow` 值为 `false` 时,`map` 不可用。
+			*注意*: 如果 [page:.castShadow] 值为 `false` 时,[page:.map] 不可用。
 		</p>