doc: Markup fixes for enums and constants
This commit is contained in:
parent
c5c320412f
commit
4eff13d768
50 changed files with 167 additions and 158 deletions
|
|
@ -70,13 +70,13 @@
|
|||
If [code]true[/code], the line's border will be anti-aliased.
|
||||
</member>
|
||||
<member name="begin_cap_mode" type="int" setter="set_begin_cap_mode" getter="get_begin_cap_mode" enum="Line2D.LineCapMode" default="0">
|
||||
Controls the style of the line's first point. Use [code]LINE_CAP_*[/code] constants.
|
||||
Controls the style of the line's first point. Use [enum LineCapMode] constants.
|
||||
</member>
|
||||
<member name="default_color" type="Color" setter="set_default_color" getter="get_default_color" default="Color( 0.4, 0.5, 1, 1 )">
|
||||
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" default="0">
|
||||
Controls the style of the line's last point. Use [code]LINE_CAP_*[/code] constants.
|
||||
Controls the style of the line's last point. Use [enum LineCapMode] constants.
|
||||
</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.
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
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" default="0">
|
||||
The style to render the [code]texture[/code] on the line. Use [code]LINE_TEXTURE_*[/code] constants.
|
||||
The style to render the [code]texture[/code] on the line. Use [enum LineTextureMode] constants.
|
||||
</member>
|
||||
<member name="width" type="float" setter="set_width" getter="get_width" default="10.0">
|
||||
The line's width.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue