Skip to content

Commit cc81d68

Browse files
authored
Docs: clarify LineMaterial.linewidth units in relation to worldUnits … (#29864)
* Docs: clarify LineMaterial.linewidth units in relation to worldUnits property * Docs: LineMaterial - lineWidth tweak
1 parent 34c674a commit cc81d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/en/lines/LineMaterial.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h3>[property:number gapSize]</h3>
6464
<p>The size of the gap. Default is `1`.</p>
6565

6666
<h3>[property:Float linewidth]</h3>
67-
<p>Controls line thickness. Default is `1`.</p>
67+
<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>
6868

6969
<h3>[property:Vector2 resolution]</h3>
7070
<p>

0 commit comments

Comments
 (0)