Fix various typos in classref

This commit is contained in:
Haoyu Qiu
2023-08-04 16:17:28 +08:00
parent eb4301b941
commit 097c849395
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
The winding order to use to determine which face of a triangle is considered its front face.
</member>
<member name="line_width" type="float" setter="set_line_width" getter="get_line_width" default="1.0">
THe line width to use when drawing lines (in pixels). Thick lines may not be supported on all hardware.
The line width to use when drawing lines (in pixels). Thick lines may not be supported on all hardware.
</member>
<member name="patch_control_points" type="int" setter="set_patch_control_points" getter="get_patch_control_points" default="1">
The number of control points to use when drawing a patch with tessellation enabled. Higher values result in higher quality at the cost of performance.