ソースを参照

Docs: clarify LineMaterial.linewidth units in relation to worldUnits … (#29864)

* Docs: clarify LineMaterial.linewidth units in relation to worldUnits property

* Docs: LineMaterial - lineWidth tweak
Deimantas Jakovlevas 1 年間 前
コミット
cc81d68bd5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/examples/en/lines/LineMaterial.html

+ 1 - 1
docs/examples/en/lines/LineMaterial.html

@@ -64,7 +64,7 @@
 		<p>The size of the gap. Default is `1`.</p>
 		<p>The size of the gap. Default is `1`.</p>
 
 
 		<h3>[property:Float linewidth]</h3>
 		<h3>[property:Float linewidth]</h3>
-		<p>Controls line thickness. Default is `1`.</p>
+		<p>Controls line thickness in CSS pixel units when [page:worldUnits] is `false` (default), or in world units when [page:worldUnits] is `true`. Default is `1`.</p>
 
 
 		<h3>[property:Vector2 resolution]</h3>
 		<h3>[property:Vector2 resolution]</h3>
 		<p>
 		<p>

粤ICP备19079148号