mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
This commit is contained in:
@@ -67,13 +67,13 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="begin_cap_mode" type="int" setter="set_begin_cap_mode" getter="get_begin_cap_mode" enum="Line2D.LineCapMode">
|
||||
Controls the style of the line's first point. Use [code]LINE_CAP_*[/code] constants. Default value: [code]LINE_CAP_NONE[/code].
|
||||
Controls the style of the line's first point. Use [code]LINE_CAP_*[/code] constants. Default value: [constant LINE_CAP_NONE].
|
||||
</member>
|
||||
<member name="default_color" type="Color" setter="set_default_color" getter="get_default_color">
|
||||
The line's color. Will not be used if a gradient is set.
|
||||
</member>
|
||||
<member name="end_cap_mode" type="int" setter="set_end_cap_mode" getter="get_end_cap_mode" enum="Line2D.LineCapMode">
|
||||
Controls the style of the line's last point. Use [code]LINE_CAP_*[/code] constants. Default value: [code]LINE_CAP_NONE[/code].
|
||||
Controls the style of the line's last point. Use [code]LINE_CAP_*[/code] constants. Default value: [constant LINE_CAP_NONE].
|
||||
</member>
|
||||
<member name="gradient" type="Gradient" setter="set_gradient" getter="get_gradient">
|
||||
The gradient is drawn through the whole line from start to finish. The default color will not be used if a gradient is set.
|
||||
@@ -88,13 +88,13 @@
|
||||
The smoothness of the rounded joints and caps. This is only used if a cap or joint is set as round.
|
||||
</member>
|
||||
<member name="sharp_limit" type="float" setter="set_sharp_limit" getter="get_sharp_limit">
|
||||
The direction difference in radians between vector points. This value is only used if [code]joint mode[/code] is set to [code]LINE_JOINT_SHARP[/code].
|
||||
The direction difference in radians between vector points. This value is only used if [code]joint mode[/code] is set to [constant LINE_JOINT_SHARP].
|
||||
</member>
|
||||
<member name="texture" type="Texture" setter="set_texture" getter="get_texture">
|
||||
The texture used for the line's texture. Uses [code]texture_mode[/code] for drawing style.
|
||||
</member>
|
||||
<member name="texture_mode" type="int" setter="set_texture_mode" getter="get_texture_mode" enum="Line2D.LineTextureMode">
|
||||
The style to render the [code]texture[/code] on the line. Use [code]LINE_TEXTURE_*[/code] constants. Default value: [code]LINE_TEXTURE_NONE[/code].
|
||||
The style to render the [code]texture[/code] on the line. Use [code]LINE_TEXTURE_*[/code] constants. Default value: [constant LINE_TEXTURE_NONE].
|
||||
</member>
|
||||
<member name="width" type="float" setter="set_width" getter="get_width">
|
||||
The line's width.
|
||||
|
||||
Reference in New Issue
Block a user