Fix mistakes in documentation and GDScript errors
This commit is contained in:
parent
e11ae937d5
commit
f832eb92e4
6 changed files with 14 additions and 15 deletions
|
|
@ -187,10 +187,10 @@
|
|||
Text alignment as defined in the [enum HorizontalAlignment] enum.
|
||||
</member>
|
||||
<member name="caret_blink" type="bool" setter="set_caret_blink_enabled" getter="is_caret_blink_enabled" default="false">
|
||||
If [code]true[/code], the caret (text cursor) blinks.
|
||||
If [code]true[/code], makes the caret blink.
|
||||
</member>
|
||||
<member name="caret_blink_interval" type="float" setter="set_caret_blink_interval" getter="get_caret_blink_interval" default="0.65">
|
||||
Duration (in seconds) of a caret's blinking cycle.
|
||||
The interval at which the caret blinks (in seconds).
|
||||
</member>
|
||||
<member name="caret_column" type="int" setter="set_caret_column" getter="get_caret_column" default="0">
|
||||
The caret's column position inside the [LineEdit]. When set, the text may scroll to accommodate it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue